Hi,
I am new to php and I'm testing php connectivity to mysql. I created a
php script using the php.net sample. The script uses the mysql_connect
method and when I execute it I get the error:
Fatal error: Call to undefined function: mysql_connect() in
/var/www/html/testPHP/testMysql.php on line 7
I have mysqld ver 4.0.20 and php 4.2.2 that came bundled with apache
(that came bundled with RH9).
Thanks for the help,
-Rex
I am new to php and I'm testing php connectivity to mysql. I created a
php script using the php.net sample. The script uses the mysql_connect
method and when I execute it I get the error:
Fatal error: Call to undefined function: mysql_connect() in
/var/www/html/testPHP/testMysql.php on line 7
I have mysqld ver 4.0.20 and php 4.2.2 that came bundled with apache
(that came bundled with RH9).
Thanks for the help,
-Rex
Comment