RE: [PHP-DB] Cookies on a Macintosh

2001-01-21 Thread Noodles Grizzly
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.

Re: [PHP-DB] Cookies on a Macintosh

2001-01-19 Thread Jerry
In article [EMAIL PROTECTED], [EMAIL PROTECTED] ("Noodles Grizzly") wrote: I'm using the setcookie function with the follwing. setcookie("randint", "$ran3", time()+9000); It sets the cookie, but refuses to use the variable contained within. I can't find any reference to it in the books