Hello,
I've currently been trying to tackle making PHP 5.1.4 use the MySQL
extension. I've followed the instructions I've seen on the web but
whenever I acces my test page, I still get a "Call to undefined
function mysql_connect() ..." Basically the instructions I've found say,
to edit the php.ini file so this line is uncommented:
extensions=php_ msql.dll
and to make sure that the extension_dir value points to my extensions
folder:
extension_dir = "c:\php\ext "
My Current setup:
Windows XP
Apache 2.2
MySQL 5.0.12
PHP 5.1.4
Is there any step I'm missing?
I've currently been trying to tackle making PHP 5.1.4 use the MySQL
extension. I've followed the instructions I've seen on the web but
whenever I acces my test page, I still get a "Call to undefined
function mysql_connect() ..." Basically the instructions I've found say,
to edit the php.ini file so this line is uncommented:
extensions=php_ msql.dll
and to make sure that the extension_dir value points to my extensions
folder:
extension_dir = "c:\php\ext "
My Current setup:
Windows XP
Apache 2.2
MySQL 5.0.12
PHP 5.1.4
Is there any step I'm missing?
Comment