PHP Upload & Email Script
Moderator: General Moderators
PHP Upload & Email Script
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.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.
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