Windows/IIS issue

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
palmerj3
Forum Newbie
Posts: 1
Joined: Tue Jun 12, 2007 10:55 am

Windows/IIS issue

Post by palmerj3 »

Hey everyone,

I have followed every step in the following article:
http://www.peterguy.com/php/install_IIS6.html

Yet I'm still getting issues under both XP and Server 2k3. A simple "hello world-esque" PHP script will work just fine, however I can't get a simple MySQL script to work. I keep getting the following error:

"PHP Fatal error: Call to undefined function mysql_connect()"

This error makes me think that it's not loading the mysql extension but I've made sure that my extension_dir is set correctly, that the mysql and mysqli extensions (and all the others recommended in the article) are uncommented, and that C:\PHP is added to the PATH.

I am running PHP under IIS and I have installed the ISAPI extension like documented in the article.
Am I missing something?

Any help will be greatly appreciated.
Post Reply