No luck with that I'm afraid.  The Mac IE still refuses to use the cookie.
Cookies are on, it will use cookies on other sites, just not on the one I've
created using PHP.  I've tried making other cookies to test it, but still no go.

There's no bugs in PHP3 with respect to making cookies are there?

I just don't understand why it will work in netscape on the mac, but not any
versions of IE...

Any other ideas?

Thanks very much,

Best Regards,
Bob Irwin
Domain & Server Admin
Planet Netcom

> -----Original Message-----
> From: Andrew Rush [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, 20 January 2001 2:07 AM
> To: Noodles Grizzly
> Subject: Re: [PHP-DB] Cookies on a Macintosh
>
>
>
> On Thursday, January 18, 2001, at 06:39 PM, Noodles Grizzly wrote:
>
> > setcookie("randint", "$ran3", time()+9000);
>
> <snip>
>
> > It sets the cookie, but refuses to use the variable contained
> within.  I can't
> > find any reference to it in the books I have, nor in the online manual.
>
> you aren't setting a domain in your setcookie().
>
> setcookie("randint", "$ran3", time()+9000, "/", "www.mydomain.com");
>
> have a great day,
> andy
>
> :: Andrew Rush :: Lead Systems Developer :: MaineToday.com ::
> **************************************************************************
> "Crippled but free, blind all the time, i was learning to see"
>
> - J. Garcia / R. Hunter
> **************************************************************************
>
> The  views expressed herein are not necessarily those of my employer,
> but they let me have them anyway.


-- 
PHP Database 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]

Reply via email to