Hello,
I have installed IIS 5 and php. When I go to the IIS control panel,
right-click on my php file and select browse, but nothing happens.
Do I miss something that is obvious but important?
Thanks
Jack

Re: Newbie: Can't start IE/Firefox with a php file by Jack

Jack
Mon May 05 09:09:01 CDT 2008

when I tried to start the php program,
<?php. .... blah blah blah appears on my browser.
I am using ie6 and firefox
Thanks
Jack



Re: Newbie: Can't start IE/Firefox with a php file by David

David
Mon May 05 13:39:11 CDT 2008

On 5/5/2008 10:09 AM, Jack wrote:
> when I tried to start the php program,
> <?php. .... blah blah blah appears on my browser.
> I am using ie6 and firefox
> Thanks
> Jack
>
>
You have to call the file via the server:
http://localhost/the_web_site/the_file.php

Dave Pyles