Fatal error: Call to undefined function: mysql_connect()

Hi I have a Linux 7.3 server with webmin 1.100 and I'm having trouble with PHP connecting to MySQL database.

I am able to navigate through the MySQL database just fine with webmin and able to use and connect phpmyadmin 2.5.3 to it just fine.

The problem I get this error for all my php scripts that I've tried:

Fatal error: Call to undefined function: mysql_connect()

Here is my phpinfo page: http://www.handasolo.com/phpinfo.php

Here is my php.ini: http://www.handasolo.com/phpini.txt

Does anyone have a clue what's wrong or how to fix? Any help is appreciated.

 

 

 

 

Top