Posted by DrNoose on 04/10/07 15:56
Steve wrote:
> your web server, iis, is not configured properly. you are using php on
> windows as a cgi application. you need to have iis peon off anything ending
> in .php to the php executable.
>
> don't know how to do that? rtfm.
>
> ;^)
>
>
> "DrNoose" <drnoose@Idontthinkso.com> wrote in message
> news:461bacd2$0$5613$4c368faf@roadrunner.com...
> | Hi!
> |
> | Here is the code for a php file:
> |
> | <html>
> | <head>
> | <title>Hello World Message</title>
> | </head>
> | <body>
> | <?php echo "<p><em>Hello World from the Web Server</em></p>";?>
> | </body>
> | </html>
> |
> | I've saved it as HelloWorldMessage.php
> |
> | I copied it to inetpub/wwwroot
> |
> | Then I go to the browser and type:
> | http://localhost/HelloWorldMessage.php and then return.
> |
> | It then asks me how I want to open the file - notepad or other. If I
> | choose other - then choose Mozilla it will open in the browser as:
> |
> | Hello World from the Web Server
> |
> | ",?>
> |
> | What am I doing wrong? We did a similar program in class the other day
> | and it came up fine.
>
>
I guess I am the iis peon! LOL
I used the teachers instructions and the book to set them both up! Not
sure what else to do.
Thanks!
Navigation:
[Reply to this message]
|