Well I've been trying to configure my php the whole night tonight. At first when i tried to access my php pages it would give me a 404 error. Then I did the following:
Went to the environment variables and added a path C:\php <--that's where all my php is installed.
Then I went into configuring IIS.
Under Default Website i right clicked and went to properties. Then went to the home directory tab and clicked on the configuration button.
I added a .php extension with this executable path: C:\PHP\php.exe
Then I went under web service extensions and added a php extension which also linked to the above C:\php
php.exe path.
Now I get some weird errors when I access my php pages. On my first page it tells me that the variables are undefined. On another example it gives me some sort of 404 error.
Here are the pages that I'm trying to utilize:
http://harisp.sytes.net/car/main.html
and
http://harisp.sytes.net/car/choose.php
Any help would be appreciated!
Thanks,
Haris.