Has anyone had this issue: When I attempt to rum a PHP script using MySQL I receive this message: Fatal error: Call to undefined function: mysql_connect()
I have tried uncommenting extension=mysql.so in php.ini and I would set a path to mysql.so IF I could locate the file. My PHP Command Conf reads:'--with-mysql=shared,/usr'
Any ideas would be appreciated.
LesA