Re: [PHP] Confusing Problem

2002-01-20 Thread Tj Corley
they are in the same script outside the function. all the admin functions reside in a admin_func.php with the $db_host, etc, etc variables assigned before it. - Original Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "Tj Corley" <[EMAIL PROTECTED]&

[PHP] Confusing Problem

2002-01-20 Thread Tj Corley
_db = mysql_select_db($db_name) or die("Error could not select the database"); verify_user($username, $pass); But when I do it that way it won't let me run a query right. I am so baffled. Any input would be appreciated. Thanks. ---