View Single Post
Old 02-08-2004, 12:17 PM   #3 (permalink)
kwvarga
Possible Terrorist
 
kwvarga's Avatar
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,504
iTrader: 0 / 0%
kwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web pro
Send a message via AIM to kwvarga
auth.php:
[code:1:01b4f6ad13]
if ($_GET['user'] == "user" && $_GET['pass'] == "pass") {
Header("Location: valid.php");
} else {
Header("Location: invalid.php");
}
exit();
?>[/code:1:01b4f6ad13]
so calling auth.php?user=user&pass=pass would be how you would call it..

**EDITED LOCATION
__________________
http://www.kylevarga.com - My blog.
kwvarga is offline   Reply With Quote