Re: [PHP-DB] Cookies with databases

2004-10-22 Thread Bastien Koert
e', "$user");"; Bastien From: "Jason T. Davidson" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Cookies with databases Date: Thu, 21 Oct 2004 22:38:02 -0500 Bastien- I took out the quotes (as I noticed after the fact

Re: [PHP-DB] Cookies with databases

2004-10-21 Thread Jason T. Davidson
Tyler- I have been to that section of php.net many times. My first cookie ($cid) doesn't have them domain listed and works just fine. Don't see I would need it for the cookie ($user)? -- Jason Davidson Tyler Replogle wrote: Yes you need to set the string domain http://us2.php.net/manual/en/fun

Re: [PHP-DB] Cookies with databases

2004-10-21 Thread Jason T. Davidson
Bastien- I took out the quotes (as I noticed after the fact that I didn't need them) however this did not help. "is the user cookie set" This I do not know as I am trying to test this on that second page. I get nothing, so I am assuming that it isn't set, however the first one $cid is working

RE: [PHP-DB] Cookies with databases

2004-10-20 Thread Bastien Koert
Hi Jason, 1. I don't think you need the quotes around the values. 2. is the user cookie set? bastien From: "Jason T. Davidson" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] Cookies with databases Date: Wed, 20 Oct 2004 19:54:54 -0500 I am trying to set a c

RE: [PHP-DB] Cookies with databases

2004-10-20 Thread Tyler Replogle
Yes you need to set the string domain http://us2.php.net/manual/en/function.setcookie.php that url should help you From: "Jason T. Davidson" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] Cookies with databases Date: Wed, 20 Oct 2004 19:54:54 -0500 MIME-Vers