is setting cookie sending output?
I get this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/pw64/public_html/sitesaz/regt.php:8) in /home/pw64/public_html/members/saleconfirmed.php on line 37
line 37 is :
Code: Select all
36 $past = time() - 3600;
37 setcookie('refferer', $userid, $past);