[PHP] Turning Off Headers

2001-06-19 Thread Meles Meles
Is there any way to tell PHP to NOT produce a Mime Header? None, none at all... Not a Content-type:, nothing... Badger[EMAIL PROTECTED] ---

Re: [PHP] Mails

2001-06-21 Thread Meles Meles
Can someone tell me why I'm still getting mail after I unsubscribe (successfully, according to the automated email) yesterday? Badger[EMAIL PROTECTED] --- On Thu, 21 Jun 20

[PHP] POST method invocation of C CGI

2001-06-26 Thread Meles Meles
I have a compiled C CGI that accepts POST method calls, reading information off of stdin, and returning its results to stdout. I need to be able to invoke this from a PHP module, with the PHP module loading the POST data for the CGI to fetch, and be able to collect the output that the CGI returns