image from form to mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bogdanb
Forum Newbie
Posts: 3
Joined: Tue Feb 24, 2004 12:00 am

image from form to mail

Post by bogdanb »

It is common to send text messages from a form in a web page to a certain e-mail address. But how can I send images from this form to arrive as attachments to the e-mail address?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

McGruff wrote:This might be useful: http://www.zend.com/zend/spotlight/send ... lpart1.php
Post Reply