Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199903

[PHP3] redirect From: Ed Hargreaves (ech <email protected>)
Date: 03/24/99

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>