Hi,
setcookie("validated","true",time() + 86400,"/","",0);
When I run, this error came up Warning: Cannot add header information - headers already sent ....
is is my setcookie function ...
Thanks
khanh
Ohhh... Again that header problem..
Please Not certain things when you use setcookie or header functions..
1) check out the Spaces before <?php tag .. NOTE: A single space would cause an error.
2) check that there is no echo"" or any HTML tag is before setcookie function.
echo all your variables after setcookie..
Regards Tabish