View Single Post
Old 06-17-2009, 04:27 PM   #18 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,690

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: A Guide to Installing Apache, PHP, MySQL, and PHPMyAdmin on Windows

Find this line:

Code:
;extension=php_mysql.dll
And remove the ; from the start to load that module.

Then, find this line:

Code:
extension_dir = "./"
and make sure it points to the correct extensions folder. By default, this is located in <PHP Root>/ext/.

Hope that helps.
__________________

Need website help? PM me!
CrazeD is offline   Reply With Quote