Looking for a download script
Posted: Thu Jul 26, 2007 8:08 am
I'm new to PHP, but not to programming, and I need a script that can do the following:
1. A user will click the link for a file he wants to download.
2. A new page will appear seeking the user's name and e-mail address.
3. Verify that the name and e-mail address are validly formatted.
4. If they are, take the user to a new page where he can download a file via a Save As box. (If not valid, give user a message.) This page cannot be accessed directly. Also, either store on my server, preferably in a text file, or e-mail to me the name and e-mail address of the downloader.
Anyone know of a good, easy to use PHP script that does the above? If it does more, that's fine.
Thanks,
Howard
1. A user will click the link for a file he wants to download.
2. A new page will appear seeking the user's name and e-mail address.
3. Verify that the name and e-mail address are validly formatted.
4. If they are, take the user to a new page where he can download a file via a Save As box. (If not valid, give user a message.) This page cannot be accessed directly. Also, either store on my server, preferably in a text file, or e-mail to me the name and e-mail address of the downloader.
Anyone know of a good, easy to use PHP script that does the above? If it does more, that's fine.
Thanks,
Howard