MySQL Forums
Forum List  »  Newbie

Re: Fatal error: Call to undefined function mysql_connect()
Posted by: Brian Crounse
Date: November 22, 2004 10:47AM

Here was my solution, after reading the phpMyAdmin code. The problem is that the mysql stuff is not automatically loaded:

dl('mysql.so');

(See http://www.php.net/function.dl)

Options: ReplyQuote


Subject
Written By
Posted
Re: Fatal error: Call to undefined function mysql_connect()
November 22, 2004 10:47AM


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.