[PHP] Multi Threading in PHP

2002-02-06 Thread Bart Frackiewicz
future? Best Regards, Bart Frackiewicz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to change Return-path and sender address

2001-12-06 Thread Bart Frackiewicz
Hi Sanjay, you can add extra headers in the mail command. example from php.net: mail("[EMAIL PROTECTED]", "the subject", $message, "From: webmaster@$SERVER_NAME\r\n" ."Reply-To: webmaster@$SERVER_NAME\r\n" ."X-Mailer: PHP/" . phpversion()); Bart -Ursprüngliche Nachricht-