MySQL Forums
Forum List  »  Newbie

Re: Error: mysql_select_db() expects parameter 2 to be resource, null given
Posted by: Peter Brawley
Date: May 19, 2010 12:51PM

Connection error. To see it, change the prior mysql_connect() call to

$SwenkePTO_db = mysql_connect(...) or exit( mysql_error() );

PB
http://www.artfulsoftware.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Error: mysql_select_db() expects parameter 2 to be resource, null given
May 19, 2010 12:51PM


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.