On Wed, 3 Apr 2002, Jack Davis wrote:
>         mail("$arrText[$i]", $subject, $message, $headers);

   mail (trim($arrText[$i]), $subject, $message, $headers);

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to