P Polluxo Newbie Joined May 30, 2010 Messages 31 Reaction score 2 Jul 30, 2010 #1 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.
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.
C craze3 Newbie Joined Jul 14, 2008 Messages 19 Reaction score 2 Aug 2, 2010 #2 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
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