i tried to set a cookie on the remote server:
- Code: Select all
setcookie("user", $cuser, time()+3600);
and i got this error:
- Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/s/l/p/slprogrammersheaven/htdocs/test1/logincode.php:2) in /www/zzl.org/s/l/p/slprogrammersheaven/htdocs/test1/logincode.php on line 34
What may causing this?
Thanks for any help.



Dunno... try to comment out those