Poshie
07-18-2006, 10:39 PM
Hello everyone, this is my first post. I know how to put a form on my web site so people can send me information as text, but how can they send me pictures other than by me putting an email link on the site. Is it possible to send graphics from a web site via a form along with related information?
onigiri
07-19-2006, 12:48 AM
There's only one thing I can think of, and that is to use PHPMailer in conjunction with a PHP script to do it. I don't think there are any pre-made email forms that allow you to send attachments.
http://phpmailer.sourceforge.net/
Poshie
07-19-2006, 06:20 PM
thanks very much for the answer, at least I don't have to waste my time looking for something that doesn't exist!