At 11.08 -0800 01-01-29, Eugene Yi (InfoSpace Inc) poked the keyboard
as follows:
>I set up a cookie using the following command and it works fine under IE but
>not in Netscape. Am I doing something wrong?
>
>setcookie("mycookie[1]",$domain,"","/","mydomain.com");
>
>Please help me. Thanks much in advance.
Can't promise that this will solve it, but here are a couple pointers:
If $domain is a string, it might help to put the variable within quotes too.
As pointed out previously, you should replace your expiration time
("") with an integer (0).
The domain at the end, according to spec, should start either with
www or with a period (.mydomain.com).
See if that helps.
Kristofer
--
______________________________________
Kristofer Widholm
Web Pharmacy
[EMAIL PROTECTED]
191 Grand Street, Brooklyn NY 11211
718.599.4893
______________________________________
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]