Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sun Feb 28, 2010 7:14 pm Post subject: HALP! |
|
|
Errors are fixed, http://f3ar.me/test now has some CSS added to it
Don't know how to fix :/
| Code: |
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/f3ar/public_html/test/logout.php:2) in /home/f3ar/public_html/test/logout.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/f3ar/public_html/test/logout.php:2) in /home/f3ar/public_html/test/logout.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at /home/f3ar/public_html/test/logout.php:2) in /home/f3ar/public_html/test/logout.php on line 14 |
Lines are:
| Code: | Line 3:
session_start();
Line 13:
setcookie("cookname", "", time()-60*60*24*100, "/");
Line 14:
setcookie("cookpass", "", time()-60*60*24*100, "/"); |
The whole code is:
http://pastebin.com/CfBdS93b
HALP!
_________________
|
|