emailing a file

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
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

emailing a file

Post by psychotomus »

is there away to email a file after its upload using the mail command or just upload it to memory then email it?
micrix
Forum Newbie
Posts: 7
Joined: Thu Jun 12, 2003 4:18 am

Post by micrix »

check fpassthru();
i don't know any other way...

greets micrix
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Have a look at this pre-made class

http://phpguru.org/mime.mail.html

Mark
Post Reply