php3-list | 199903
Date: 03/24/99
- Next message: Cruz, Miguel (OD): "RE: [PHP3] Permissions, ownership under PHP/IIS/NT"
- Previous message: Howie Oakes: "[PHP3] "loading please wait" screen...how to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am having a problem trying to do a redirect with the following code.
if ( $REMOTE_USER == "admin" )
{
echo" <meta
http-equiv=\"refresh\"content=\"0;url=http://spin6/maintenance/index.html\">\n";
}
The problem is that the value $REMOTE_USER gets cleared out on the other
side.
Does anyone know a way around this. I don't want to do a post.
thanks
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Cruz, Miguel (OD): "RE: [PHP3] Permissions, ownership under PHP/IIS/NT"
- Previous message: Howie Oakes: "[PHP3] "loading please wait" screen...how to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

