Because on my site the user is not forced to log in - members have a password
and can do so, but anyone can view the site - they just see slightly different
content.

PT

>
> Why do you need to redirect the user to a different page for login in
> the first place?
>
> Just do something like this at the top of each page:
> if(!auth_ok()) {
>     $content = show_login();
>     die();
> }




The PHP_mySQL group is dedicated to learn more about the PHP_mySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to