Hi there,
I need to make a basic script that will take the contents of a text file off a users hard disk and email it to an email account.
Anyone have any ideas?
Jonno
Take a look at this:
http://www.php.net/manual/en/features.file-upload.php
That will teach you how to allow the user to upload a file to your server. Then from your server you use mail() to send the file.
Diego