RE: [PHP] Script Debug.

2002-03-07 Thread Hunter, Ray
] Subject: [PHP] Script Debug. Hi, someone was helping me with this last night at home, but now I am in work I am still struggling. I have a user_auth script what works fine, it registers the username and password as session variables then matches them to the rows entered in the database - if

RE: [PHP] Script Debug.

2002-03-07 Thread Matt Schroebel
Could be several things ... > else { > session_register("user_auth_level"); > $auth_select = "select account_admin_level from account_details where > username='$login_username'"; Perhaps echo the sql statement here so you can see what you're trying to do. > $run_auth_select = mysql_query($auth_

[PHP] Script Debug.

2002-03-07 Thread DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)
Hi, someone was helping me with this last night at home, but now I am in work I am still struggling. I have a user_auth script what works fine, it registers the username and password as session variables then matches them to the rows entered in the database - if they don't match it unregisters t