MySQL Forums
Forum List  »  PHP

Re: Error displaying text following "@mysql_choose_db($db)" command
Posted by: Jay Pipes
Date: September 08, 2005 03:26PM

possibly because you have a fatal error (there is no function called mysql_choose_db(). There is one called mysql_select_db() however..) But since you have suppressed the error message with the @ sign, the script simply exits and stops running.

See http://php.net/mysql_select_db

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Error displaying text following "@mysql_choose_db($db)" command
September 08, 2005 03:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.