Jump to content

[SOLVED] undefined function


jakebur01

Recommended Posts

I just installed apache, php, and mysql.

 

I ran a little test php script with mysql_connect() or die();

 

I am getting this error:

Fatal error: Call to undefined function mysql_connect() in /var/www/index.php on line 11

 

Is this a php problem or a mysql problem? Is their something I need to set in my php.ini file in order to be able to connect?

Link to comment
Share on other sites

as of PHP 5, mysql functions are no longer automatically bundled within the core.  you need to manually enable the mysql library's inclusion.  have a search in google for tutorials involving installation of PHP 5 - it's mostly a matter of adjusting the php.ini, where the modules to load at runtime are concerned.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.