Re: [PHP] Attaching a file via MAIL()

2002-02-02 Thread DL Neil
Dave and Mauricio, (basically the same question!) > 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?? =c

Re: [PHP] Attaching a file via MAIL()

2002-02-01 Thread mike cullerton
on 2/1/02 11:36 AM, Dave at [EMAIL PROTECTED] wrote: > 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??

[PHP] Attaching a file via MAIL()

2002-02-01 Thread Dave
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... i