Hi,
I'm having problems trying to set cookies, trying to solve the problem i made this simple test file.
This is all the code there is in the file. And it does it's job in Firefox but does not in IE. Any ideas?
The file is located at: http://kaoz-tutorials.com/affiliates/test.php
Thanks
Mateo
I'm having problems trying to set cookies, trying to solve the problem i made this simple test file.
PHP Code:
<?
setcookie ("cookietest", "Testing Cookie", time()+3200);
?>
This is all the code there is in the file. And it does it's job in Firefox but does not in IE. Any ideas?
The file is located at: http://kaoz-tutorials.com/affiliates/test.php
Thanks
Mateo
Comment