Posted by Oli Filth on 06/06/05 22:18
Polecat said the following on 06/06/2005 20:09:
> Here is what is in my test page that gives me a blank browser screen:
>
> <html>
> <head>
> <title>PHP Test</title>
> </head>
> <body>
> <?php echo '<p>Hello World</p>'; ?>
> <?php phpinfo(); ?>
> <?php echo '<p>Good Bye World</p>'; ?>
> </body>
> </html>
>
>
> This should generate output, right?
>
> OK,
>
> I did what you suggested, I point my browser to:
> C:\Program Files\Apache Group\Apache2\htdocs\test.php
> and in my browser window I get:
>
> <?php
> phpinfo();
> ?>
>
Did you put the following line in your httpd.conf:
AddType application/x-httpd-php .php
--
Oli
[Back to original message]
|