Posted by Steve on 04/10/07 15:37
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.
[Back to original message]
|