[PHP] Turning Off Headers
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
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 2001, MySQL wrote: > Can someone tell me why i'm receiving the mails 10 times each??? > > > -- > 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] > -- 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]
[PHP] POST method invocation of C CGI
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. Any suggestions? Badger[EMAIL PROTECTED] --- -- 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]