when i try the phinfo test in a php file it works!
however when i put it in an htm file it does not work :
<html><head><title>PHP Test</title></head>
<body>
<?php
phpinfo();
?>
</body></html>
It gives me a blank page
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]