MySQL Forums
Forum List  »  PHP

Re: Help w/ Fatal error: Call to undefined function: openconnection()
Posted by: Chis Florinel
Date: August 29, 2005 01:03AM

There is no openconnection() function defined in php.
maybe you are using some sort of db abstraction layer, and you forgot to include some deps file...
also copy&paste without including depending files and so on...
maybe it should be mysql_connect() ?

Options: ReplyQuote


Subject
Written By
Posted
Re: Help w/ Fatal error: Call to undefined function: openconnection()
August 29, 2005 01:03AM


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.