Enabling Support in PHP
I recently installed the most widely reccomended versions of Apache, PHP, and MySQL.
Everything went smoothly with PHP and Apache, but I can't seem to enable the support for MySQL in PHP.
I have already done the following things:
- Enabled the extension in php.ini
- Set extension_dir.
When I run the script in my browser i get the "undefined function mysql_connect()" error, and when i try to start Apache, I get the following error in an alert box:
PHP Startup: Unable to load dynamic library 'C:/php/ext\php_mysql.dll' - The specified module could not be found.
On clicking the OK button, it returns the same error two more times.
I'd greatly appreciate a solution.
Thanks,
Pierce Gerhart
Subject
Written By
Posted
Enabling Support in PHP
July 16, 2005 11:05AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.