I am having a problem where from certain browsers, a user gets the superuser
access, but from mine, she gets normal access. Help!
Here is a snippet of my code:
//findLoginType returns a single character code stored in the user table for
each user.
//variable $username=$REMOTE_USER as previously defined.
$hm=findLoginType($username);
if ($hm=='s')
{echo "<meta http-equiv=\"refresh\" content=\"0; URL=supaIndex.php\">";}
else
{ //do normal user stuff}
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php