Re: [PHP] cgi error --- please help

2004-01-28 Thread Len Borowski
I recently had this error. Turns out that my php binary was the CLI(command line interface only) version, not the cgi version and so it wasn't sending the headers before parsing the php file. You should look at getting the right php binary. Also, if you have a question, you don't make 2 seperate

RE: [PHP] cgi error --- please help

2004-01-28 Thread Gryffyn, Trevor
: Wednesday, January 28, 2004 4:52 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] cgi error --- please help I recently had this error. Turns out that my php binary was the CLI(command line interface only) version, not the cgi version and so it wasn't sending the headers before parsing the php