Additional Information:
I created the small php file "php-info.php" containing the following:
<HTML>
<BODY>
<?php
phpinfo();
?>
</BODY>
</HTML>
Opening in the browser gives the result:
PHP Version 5.0.4
and a lot more information besides. Is any of it useful to you?


Reply With Quote
Bookmarks