Hey, How would I insert $_SESSION['user'] and $_SESSION['pass'] into this mysql_query("select count(*) AS numfound from admins where user='$user' AND pass='$pass'",$db);
right now I have $_SESSION['user'] = $_POST['user'] $_SESSION['pass'] = $_POST['pass'] and I need to put $_SESSION['user'] where the $user is in the above statement and so one w/ $pass Thanks Lee -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php