Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: RichardSlaterPosted on 2007-03-14 at 02:04:03ID: 18716944
I am assuming that you have downloaded, installed and configured mySQL and PHP...
oads/mysql /5.0.html# win32 ds.php en/install .windows.p hp en/install .windows.i is.php efman/5.0/ en/windows - installat ion.html
MySQL : http://dev.mysql.com/downl
PHP : http://www.php.net/downloa
Install PHP : http://www.php.net/manual/
Configure PHP with IIS : http://uk3.php.net/manual/
Install mySQL : http://dev.mysql.com/doc/r
... Once that is all done, then you need to uncomment the php_mysql.dll extention line in php.ini (which should be in the PHP root directory or your WINDOWS directory), it should look something like this :
extension=php_mysql.dll
Hope that Helps