[PHP-INSTALL] php and iis 7

2013-03-25 Thread Harrison, Roberto
I have an html page (iisstart.htm) which calls a php program running successfully with MySQL from the server where it is installed. I simply launch the iisstart.htm file by double clicking on it as I am logged into the server. It all works exactly the way I want it to locally. I have gone thro

[PHP-INSTALL] Re: php and iis 7

2013-03-25 Thread Dallas Thunder
Check your php script, in the form action part, it should not contain anything like "localhost". When you access it from a remote computer, it's no longer localhost. On 2013/3/25 12:23, Harrison, Roberto wrote: I have an html page (iisstart.htm) which calls a php program running successfully w

[PHP-INSTALL] RE: php and iis 7

2013-03-25 Thread Davis John A
Use the IP address of the server instead of "localhost"? And if it has SSL bound, use the domain name? I think you also have to bind a/the IP address under "Bindings". Thank you, John A. Davis Senior Software Analyst CNE, MCSE -Original Message- From: Harrison, Roberto [mailto:bharr...

Re: [PHP-INSTALL] php and iis 7

2013-03-25 Thread Jorge F. Hernandez
Title: Signature If you are having problems with IIS loading PHP scripts, try using this to enable it: http://phpmanager.codeplex.com/ That worked for me when IIS was having problems loading PHP.