My error..
Notice: Undefined index: cookie in C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php on line 3
Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php:2) in C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php on line 4
my code..
<?
$cookie=$HTTP_COOKIE_VARS['cookie'];
setcookie ("cookie", "test", time()+3600);
?>
Notice: Undefined index: cookie in C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php on line 3
Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php:2) in C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php on line 4
my code..
<?
$cookie=$HTTP_COOKIE_VARS['cookie'];
setcookie ("cookie", "test", time()+3600);
?>