Hello,
I am trying to use the setcookie instruction, and I face some strange things.
when I use this instruction, simple php programm, no html, just something like :
<?php setcookie('toto', 'hello'); ?>
and start my php file through easyphp/administration/alias/my alias... the cookie is not created.
When I use the Phped, the cookie is created !
I look in docs & settings / user / Cookies, this is the place where the cookie appears with Phped.
Can someone please help me... I don't understand why my cookie does not appear if I don't use phped !!!
Thanks in advance
Arnaud