Re: [PHP] Sending Attachements through php email form

2002-09-11 Thread Justin French
Hi, I'm not aware of any existing code/samples for this, but the individual components you need to break it down into are pretty straight forward: 1. Learn about forms, validation of user input, and in particular file uploads (which there is a perfect library of working code in the manual: http:

[PHP] Sending Attachements through php email form

2002-09-11 Thread Heidi Belal
Hi, I was wondering if anybody could tell me the best way and how to code sending an attachement with an email form. I want the user to be able to browse and select the file he wants to attach, and i want the reciepent to be able to see the file that has been attached with the email. Thanks