Lead Capture Page Question

Zos0r

New member
Oct 15, 2009
31
1
0
I'm trying to build simple lead capture pages and this page has been helpful for the basic html:

HTML Tutorial - Forms

However, I'm trying to figure out how to manage the data. For example, I'd like to store the information in an easily accessible file AND have the information sent to an email address.

Is this a PHP function? Would the data be saved in a CSV or a database?

Could someone point me in the right direction?


sexy_lesbian_ass_grab.jpg


47bb089a1027c.jpg


488c820b84129.jpg


472cf3e036d7c.jpg



1257120121931.jpg


1254385608967.jpg
 


If you would like to process the data, then some scripting language like PHP is the best way to go.

Take a look at the following examples:

For processing forms:
hxxp://www.freewebmasterhelp.com/tutorials/php/6

For sending data in email:
hxxp://www.freewebmasterhelp.com/tutorials/php/5

For storing data:
hxxp://www.freewebmasterhelp.com/tutorials/phpmysql/

replace xx with tt.