Send mail with upload file attachment

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
bharat123
Forum Newbie
Posts: 9
Joined: Mon Mar 17, 2008 7:14 am

Send mail with upload file attachment

Post by bharat123 »

Send mail with upload file attachment

1) How the send mail with uploaded text, doc of pdf file.
2) I used the some function but not used.
3) please guide me.
4) Any one do that some functionality, guide me or link the function/

Thanks and regards.
bharat karankal
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Send mail with upload file attachment

Post by Jade »

Take a look at this page from the php manual: http://us3.php.net/manual/en/function.mail.php There's lots of free code, including ones that deal with attachments.
Post Reply