Hi All, still trying to update old code. Am I using $_SESSION properly?
<snip> if (mysql_num_rows($res) ==1){ /* If correct start session*/ session_start(); $_SESSION['SESSION_UNAME']; $SESSION_UNAME = $user; header("Location: welcome.php"); mysql_free_result ($res); </snip> TIA Gary -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php