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.
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...
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
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