Page 1 of 1

mysql functions

Posted: Tue Feb 21, 2006 4:35 pm
by mjmacarty
Is there a library or somthing that needs to be installed for mysql functions to work? I am using php5.1.2 and when try to connect to mysql, I get the following error: Fatal error: Call to undefined function mysql_connect(). Thanks for any assistance.

Posted: Tue Feb 21, 2006 4:40 pm
by feyd
enable the extension.

http://php.net/mysql#AEN99208

Posted: Tue Feb 21, 2006 7:20 pm
by mjmacarty
thank you!