mysql functions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mjmacarty
Forum Commoner
Posts: 37
Joined: Tue Feb 21, 2006 3:20 pm

mysql functions

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

enable the extension.

http://php.net/mysql#AEN99208
mjmacarty
Forum Commoner
Posts: 37
Joined: Tue Feb 21, 2006 3:20 pm

Post by mjmacarty »

thank you!
Post Reply