Re: [PHP] Cookie with Netscape

2001-01-30 Thread Teodor Cimpoesu
"Eugene Yi (InfoSpace Inc)" wrote: > > Thank you for your feedback! I tried it but it didn't make a difference. I > printed the var right after the set and it returns null. > > setcookie("cbcookie1",$domain,0,"/","mydomain.com"); > $domain = $HTTP_COOKIE_VARS["cbcookie1

RE: [PHP] Cookie with Netscape

2001-01-29 Thread Eugene Yi (InfoSpace Inc)
- > From: Aaron D. Turner [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 29, 2001 2:42 PM > To: Eugene Yi (InfoSpace Inc) > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Cookie with Netscape > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > That's be

RE: [PHP] Cookie with Netscape

2001-01-29 Thread Aaron D. Turner
$domain)"; > > > -Original Message- > > From: Aaron D. Turner [mailto:[EMAIL PROTECTED]] > > Sent: Monday, January 29, 2001 2:29 PM > > To: Eugene Yi (InfoSpace Inc) > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] Cookie with Netscape > >

RE: [PHP] Cookie with Netscape

2001-01-29 Thread Eugene Yi (InfoSpace Inc)
bcookie1"]; echo "domain($domain)"; > -Original Message- > From: Aaron D. Turner [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 29, 2001 2:29 PM > To: Eugene Yi (InfoSpace Inc) > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Cookie with Netscape > > > -

Re: [PHP] Cookie with Netscape

2001-01-29 Thread Aaron D. Turner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 29 Jan 2001, Eugene Yi (InfoSpace Inc) wrote: > 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"); Should