RE: [PHP] Script Debug.

2002-03-07 Thread Hunter, Ray
Also you can set up php to show you all warnings and display them for you. In the php.ini file you can change some values so that you can do some debugging. Here are the values you can change: display_errors = On display_startup_errors = On or error_log

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_