I am trying to set cookie in PHP but I am getting this error. Any idea?
Warning: Cannot modify header information - headers already sent by
(output started at
/home/stringin/public_html/blog/blogs/smart/checkuser.php:5) in
/home/stringin/public_html/blog/blogs/smart/checkuser.php on line 25
You need to set the cookie before you output anything else. Try moving the cookie code up towards the top.
-- Greg
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]