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\we bsites\test\ind ex.php:9) in c:\proyectos\we bsites\test\ind ex.php
on line 11
My code is:
<?
$cookieValue = 'abra cadabra, pedo de cabra';
setcookie('aTes tCookie', $cookieValue, time() + 3600);
?>
Any ideas? O:-)
Thanks
Comment