Hari Bhanujan wrote:
I have checked the php.ini file. The option for short_open_tag is set to
on (not that it makes any difference).
I am installing PHP again to see if it makes any difference..
Thanks
Hari
-----Original Message-----
From: Mike Ni [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 02, 2004 11:05 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-INSTALL] Installing PHP 5.0 - viewing php script
Perhaps it has something to do with "php.ini".
Php.ini can determine the basic characterisctic
of your php.
Mkie
--- Hari Bhanujan <[EMAIL PROTECTED]> wrote:
Jaap and all PHP gurus
I tried the script for phpinfo()
Here is what I put in the index.html file
<h1>
Test
</h1>
<?php
phpinfo()
?>
I can see the test inside of html tags OK but not
info about php that I
have installed..
You mention that you have called the file index.html. Have you
configured Apache/IIS to have html files? What happens if you change
its name to index.php?
HTH
Chris