theteenb Posted July 14, 2006 Share Posted July 14, 2006 Hi. I recently made a submission form for my site, and I have a field for people to upload files. However, I dont want the file to be uploaded. I want the file to be attached to an email I have the form(processing it) send. How would I do that? Quote Link to comment https://forums.phpfreaks.com/topic/14550-php-email-attachments/ Share on other sites More sharing options...
hitman6003 Posted July 14, 2006 Share Posted July 14, 2006 See this page on file uploads:http://us3.php.net/manual/en/features.file-upload.phpAnd this page on attachments in email:http://us3.php.net/manual/en/function.mail.phpYou may also want to check out phpmailer (http://phpmailer.sourceforge.net/) as a much easier way of sending email with attachments. Quote Link to comment https://forums.phpfreaks.com/topic/14550-php-email-attachments/#findComment-57704 Share on other sites More sharing options...
theteenb Posted July 14, 2006 Author Share Posted July 14, 2006 ok would people please stop just pointing me to places that give me information that I can't understand! I no absolutely NOTHING about PHP accept to edit the html parts. Could someone just post the code for it? Quote Link to comment https://forums.phpfreaks.com/topic/14550-php-email-attachments/#findComment-57715 Share on other sites More sharing options...
kenrbnsn Posted July 14, 2006 Share Posted July 14, 2006 You posted on a PHP Help board asking for help. If you want someone to write the code for you post in the Freelancers board.Ken Quote Link to comment https://forums.phpfreaks.com/topic/14550-php-email-attachments/#findComment-57729 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.