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

[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