Sending Email with 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
smithveg
Forum Newbie
Posts: 4
Joined: Mon May 29, 2006 8:25 pm

Sending Email with Attachment

Post by smithveg »

Hi, i found an article at, http://www.webcheatsheet.com/PHP/send_e ... chment.php
It teach on the sending email with attachment.

Any idea how can u get the file from my local machine?
If i have my html as below:

Attach File: <input type="file" name="attach_file" size="40"/>

I have no idea how to amend the code. Please suggest. Thank.
smithveg
Forum Newbie
Posts: 4
Joined: Mon May 29, 2006 8:25 pm

Re: Sending Email with Attachment

Post by smithveg »

Any ideas how can i send the email attachment from my local machine?
Post Reply