Hello everybody, I´m a spanish newbie in PHP. I´ve installed Apache Web
Server over my Windows 2000 Server and after that I did the same with
PHP4. I followed the docs step by step and I think I did everything they
say. I configured php.ini and httpd.conf to suply my needs and I restarted
Apache but when I runned a simply script like this: 

<html>
<head></head>
<body>
<?php
echo "Hola, mi primera página PHP";
phpinfo();
?>
</body>
</html>

The browser gave me an Internal Error, and the Apache´s error logs says:

[Thu Mar 01 21:29:06 2001] [error] [client 10.0.0.3] Premature end of
script headers: d:/php/php.exe

I don´t known what´s wrong, anybody can help me?

                                                      thanks

                                                             Borja.


-- 
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]

Reply via email to