Re: [PHP] Re: I'm really getting annoyed with PHP

2003-07-24 Thread Curt Zirzow
* Thus wrote Wendell Brown ([EMAIL PROTECTED]): > On Thu, 24 Jul 2003 02:05:58 -0500, Wendell Brown wrote: > > >Ok, I have a question. Where is $_SESSION['valid_user'] getting set > >(or unset)??? > > Oooops. I thought that was the code that he was talking about. I > missed your lead in. So

Re: [PHP] Re: I'm really getting annoyed with PHP

2003-07-24 Thread Comex
> Ok, I have a question. Where is $_SESSION['valid_user'] getting set > (or unset)??? AFAICS, $_SESSION['valid_user'] is getting set by a previous page, it's a *session*. > Have you checked to see if your IF statement at the top of the script > is working like you think it should be?? Try putti

Re: [PHP] Re: I'm really getting annoyed with PHP

2003-07-24 Thread Wendell Brown
On Thu, 24 Jul 2003 02:05:58 -0500, Wendell Brown wrote: >Ok, I have a question. Where is $_SESSION['valid_user'] getting set >(or unset)??? Oooops. I thought that was the code that he was talking about. I missed your lead in. Sorry!!! -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: I'm really getting annoyed with PHP

2003-07-24 Thread Wendell Brown
On Wed, 23 Jul 2003 14:48:03 -0600, Kevin Stone wrote: >Beauford, here's a login routine that I wrote using Sessions and Header >redirects. It is my interpretation of what you are trying to do. I'm not >saying this is the only way to do it but it works well for me. Compare it >to what you're do

[PHP] Re: I'm really getting annoyed with PHP

2003-07-23 Thread Kevin Stone
"Beauford.2005" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Yes, I'm still screwing around with this stupid redirection thing, and > either I'm just a total idiot or there are some serious problems with > PHP. I have now tried to do it another way and - yes - you guessed it. > It