PHP Upload & Email Script

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
AL3X416
Forum Newbie
Posts: 1
Joined: Thu Sep 08, 2005 7:51 pm

PHP Upload & Email Script

Post by AL3X416 »

Ive been trying to find a script that can do this for a few days, and the one i found, was nearly impossible to edit, and fillied my site with ads. heres what i need: A php upload script that when uploaded, emails me with a notification.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

writing your own should be all that difficult, especially if you get nudges and suggestions from here. :)

As for finding a script like that, if pressed for time, I'd find an upload script that works well, and a mailing script/class that works well and interleave them :) I believe we have an upload helper script in the Code Snippets board, and as for a good emailing script/class: phpmailer.
Post Reply