How to create email and file transfer using php?

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
Vanness
Forum Newbie
Posts: 1
Joined: Tue Dec 07, 2004 10:15 pm

How to create email and file transfer using php?

Post by Vanness »

Hi all.. im very new to php n yet required to use php to create email and file transfer to my company. Juz need the simplest coding will do.. coz im realiy very new in this language. Thanks all. :D
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

If you are really new at PHP, I recommend that you go to php.net and download a copy of the user manual. I also would recommend that you go to hotscripts.com, as there you will find pre-written code that will do what you want. That should save you a lot of time.
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

and when you do have time you can look over the code the you got @ hotscripts.com and try to understandit better.

this forum also has many good tutorials

look in the manual for imap functions and Filesystem functions

good luck
Post Reply