Is it possible that either $connect_id is not defined at the point 
where you use it in the mysql_select_db call (e.g. it's global, the 
call is in a function, and you forgot to use a global declaration), 
and/or the previosuly opened connection has been closed?

What do you get if you do a var_dump($connect_id) right before the 
mysql_select_db call?

--
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to