RE: [PHP-WIN] trouble with cookies

2001-05-02 Thread Hubert Olivier
>page that the cookie should be visible forÂ…" (c.f. >http://www.php.net/manual/en/ function.setcookie.php). > >HTH, > >Ignatius Teo > > >-Original Message- >From: r.gelstharp [mailto:[EMAIL PROTECTED]] >Sent: Thursday, 3 May 2001 08:46 >To:[EMAIL PR

RE: [PHP-WIN] trouble with cookies

2001-05-02 Thread Robin Bolton
() command? > -Original Message- > From: r.gelstharp [mailto:[EMAIL PROTECTED]] > Sent: May 2, 2001 4:46 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] trouble with cookies > > > 1)hmmm, I'm using Internet Explorer, and when I created cookies with ASP > they

RE: [PHP-WIN] trouble with cookies

2001-05-02 Thread Ignatius Teo
natius Teo -Original Message- From: r.gelstharp [mailto:[EMAIL PROTECTED]] Sent: Thursday, 3 May 2001 08:46 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] trouble with cookies 1)hmmm, I'm using Internet Explorer, and when I created cookies with ASP they seemed to work, so it can

Re: [PHP-WIN] trouble with cookies

2001-05-02 Thread r.gelstharp
1)hmmm, I'm using Internet Explorer, and when I created cookies with ASP they seemed to work, so it can't be that. 2)This might be the answer, but when you specify the domain in setcookie as ".." doesn't that mean that you set it to the default which is the host name of the server, and therefore

Re: [PHP-WIN] trouble with cookies

2001-05-02 Thread Hubert Olivier
This might be caused by several factors. Here are the ones I remember: 1) The browser you are using simply does not accept cookies 2) The PHP file trying to read info from the cookie with the isset () function is not located within the domain specified in the setcookie() function 3) There is inde

Re: [PHP-WIN] trouble with cookies

2001-05-02 Thread r.gelstharp
The trouble I'm having is simply that I'm using the setcookie() function, and it doesn't seem to be setting the cookies. I know this because I use the isset() function to check on all the pages that use the cookies plus I've used $HTTP_COOKIE_VARS to check also. It just ain't doin' it. Flint Doun

RE: [PHP-WIN] trouble with cookies

2001-05-02 Thread Flint Doungchak
In your defense, cookies are pretty stubborn, so don't feel bad. What exactly is your problem so we can find out how to help you. -Flint -Original Message- From: r.gelstharp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] trouble