How can I redirect a user to a specific page if they are already
"authenticated"?

if ($SESSION_Authenticated) { //code here to redirect; }

thanks



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

Reply via email to