Okay, I have tried every example in the PHP Essentials book and on the 
php.net site that I can find on setting cookies using php3. Is there a 
problem with Netscape 4.x and setting cookies or is there something I have 
missed in setting up setcookie()?

Here is the code I am using:

<?php
setcookie("testcookie", "testvalue", time()+14400, "/", ".callook.org");
?>
<html>
<head>

I do not get any errors, it just does not set a cookie. Any help would be 
greatly appreciated.

Thanks,

Louis 

Reply via email to