Page 1 of 1

Trouble getting install script to run

Posted: Wed Apr 30, 2008 1:35 am
by Chucky
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Guys I've downloaded the scripts, posted them to the correct location like the Readme file instructs. I have my MySQL database (5.1.24) created, PHP loaded (5.2.5) and IIS configured and running. When I follow the install instructions and point my browser to the install script all it does is display the code inside the script file. IIS is functional because when I point my browser to http://localhost/localstart.asp the default IIS web page opens. What am I doing wrong?

Posted: Wed Apr 30, 2008 9:56 am
by Klemen
If it displays the source code then PHP isn't properly configured on your server (server doesn't recognize PHP scripts).

http://php.net/install.windows
http://www.google.com/search?hl=en&q=php+on+IIS
http://www.google.com/search?hl=en&q=php+on+windows

PHP Installation

Posted: Wed Apr 30, 2008 8:30 pm
by Chucky
Thanks Klemen.