Php extension on windows xp
I installed php on my xp but was unable to add the extension to mysql
This is what I did in php.ini:
[PHP_MYSQL]
extension=php_mysql.dll
and there is such a file in ext/
but when i look in phpinfo()
, only to find that the mysql extension is still not added.
What have I done wrong?
0
a source to share
5 answers
To avoid configuration issues, I would install XAMPP ( http://www.apachefriends.org/en/xampp.html ), which installs php, apache and mysql and configures the whole thing as a production server installation.
0
a source to share