|
Posted by Fernando Rodrνguez on 09/28/27 11:37
Hi,
Whenever I run a script page, I get this error:
Warning: Cannot modify header information - headers already sent by (output
started at c:\proyectos\websites\test\index.php:9) in c:\proyectos\websites\test\index.php
on line 11
My code is:
<?
$cookieValue = 'abra cadabra, pedo de cabra';
setcookie('aTestCookie', $cookieValue, time() + 3600);
?>
Any ideas? O:-)
Thanks
Navigation:
[Reply to this message]
|