CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   PHP (http://www.codingforums.com/forumdisplay.php?f=6)
-   -   form which will allow download functionality (http://www.codingforums.com/showthread.php?t=286844)

gdog 01-31-2013 10:51 PM

form which will allow download functionality
 
I'm trying to determine if such script exist online, or if anyone can give me some tips perhaps..

I need a form, where the user will enter (Name, Phone, Email and perhaps 2-3 other things). Once the form is complete by user, he will press the submit button. Then, he will have access to download the PDFs files from the library.

The tricky part is, we need to follow up with the user once the download of the PDF is done so we need to know which PDF was downloaded and when etc...

suggestions/thoughts?

ste.richards 02-05-2013 09:39 PM

Add the submitted details in to session.

Use a PHP script to deliver the PDF and upon doing so, have the PHP script submit the session data either via e-mail or add it to a database.


All times are GMT +1. The time now is 09:40 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.