hi, I'm getting the error:
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/phpbookmarks-1.4/index.php on line 14
On my php script.
The code $mysql_link = mysql_connect($dbmachine, $dbuser, $dbpassword);
Is where the error occurs.
I;'m running edhat 7.1 and php4
I have the mysql.so module installed in /usr/lib/php4
and is enabled in my php.ini file.
any suggestions?
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/phpbookmarks-1.4/index.php on line 14
On my php script.
The code $mysql_link = mysql_connect($dbmachine, $dbuser, $dbpassword);
Is where the error occurs.
I;'m running edhat 7.1 and php4
I have the mysql.so module installed in /usr/lib/php4
and is enabled in my php.ini file.
any suggestions?