My PHP version is obviously not compiled with MySQL support,
consequently I get the following message:-
Fatal error: Call to undefined function mysql_connect() in
C:\http-dir\board\conne ct.php on line 3
Question:- How do I instruct PHP to support MySQL?
Please note:-
extension=php_m ysql.dll
extension=php_p do_mysql.dll
in php.ini are enabled, and php.ini is located in the php root directory.
Thank you.
consequently I get the following message:-
Fatal error: Call to undefined function mysql_connect() in
C:\http-dir\board\conne ct.php on line 3
Question:- How do I instruct PHP to support MySQL?
Please note:-
extension=php_m ysql.dll
extension=php_p do_mysql.dll
in php.ini are enabled, and php.ini is located in the php root directory.
Thank you.
Comment