I tried different way to install php for use with PWS on Windows Me.
php-406 installer from www.php.net
php-406-Win32 with install doc..
Easy Windows installer from zend.com
...
but the problem is always the same
error HTTP 500 when i display a .php file
for example with the following file test:
<HTML><HEAD><TITLE>PHPINFO Script</TITLE></HEAD>
<BODY>
<p>If PHP is working, you should see a table below with details on the PHP
configuration of this server.</p>
<?php
print phpinfo();
?>
</body></html>
I display the message (html tag <p>) but no php info...
i search through news archive but i've find only one answer (cheking php.ini for line
"doc_root= ")
thanks for any help...
--
Pierre-Alain MILLET (pam)
[EMAIL PROTECTED]