Opt-in code + database?

Polluxo

Newbie
Joined
May 30, 2010
Messages
31
Reaction score
2
What do I need to do to make an opt-in code with e-mail/whatever that will forward the customer's information to a simple database I can look at.
 
Use server side scripting (use PHP) to take form data and store it in a database (use MySQL).

Google for PHP & MySQL saving form data
 
Back
Top