RE: [PHP-WIN] Re: WinXP- PHP install: Premature end of script headers

2004-10-03 Thread George Broyles
PROTECTED] Subject: [PHP-WIN] Re: WinXP- PHP install: Premature end of script headers You are not supposed to use php.exe, use php-cgi.exe.. php.exe doesn't generate any HTTP headers like cgi's are required to, therefore the error... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt

[PHP-WIN] Re: WinXP- PHP install: Premature end of script headers

2004-10-03 Thread DvDmanDT
You are not supposed to use php.exe, use php-cgi.exe.. php.exe doesn't generate any HTTP headers like cgi's are required to, therefore the error... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "George Broyles" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > I

RE: [PHP-WIN] Re: WinXP- PHP install: Premature end of script headers

2004-10-02 Thread George Broyles
02, 2004 6:54 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: WinXP- PHP install: Premature end of script headers First of all, the ScriptAlias should be written as ScriptAlias /php/ "C:/php/" Secondly, try executing the program from the command line and see if it gives any error c:\p

[PHP-WIN] Re: WinXP- PHP install: Premature end of script headers

2004-10-02 Thread Amit Arora
First of all, the ScriptAlias should be written as ScriptAlias /php/ "C:/php/" Secondly, try executing the program from the command line and see if it gives any error c:\php\php-cgi index.php If it gives any error, correct these errors and try again. Amit www.digitalamit.com George Broyles wrote: