> 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 putting an echo in
> instead of the header() call and see if you get the output you think
> you should.
>
> I suspect this isn't a "redirect isn't working" issue at all but a "the
> if isn't working like I thought it would" issue.  :)
>

Err... that wasn't the original code... that was someone else's code that
worked...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to