How can I add an attachment to an email using MAIL(). So far I have been able to successfully send email by using:
mail($to, $subject, $message, $headers); Is there something I can add in the $headers to add an attachment?????? I am running PHP 4 and apache under a windows 98 environment... if that helps any. Thanks Dave -- 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]