ValdouaD Posted July 10, 2006 Share Posted July 10, 2006 Hello, I am looking for information on how I can have a page on my site where people can register for special deals and also at the same time register their product. Then be able to harvest information from these registrants vie a database.What I need is:For the basic registration part:Name:Address:email address:Age Group: (A drop down list of age groups)For the product registration:Product Name : a drop down list of product choicesProduct Color : another drop down list of choicesRegistration #: They need to key this in.I also need this to work even if the customer doenst register a product b ut just registers for newsletters.Is there something like this around that i could use as a model?ANy help would be great! Quote Link to comment https://forums.phpfreaks.com/topic/14190-registration-page-in-php/ Share on other sites More sharing options...
Ninjakreborn Posted July 10, 2006 Share Posted July 10, 2006 Create a form with the right fields, and query the database, and give us something to look at. Quote Link to comment https://forums.phpfreaks.com/topic/14190-registration-page-in-php/#findComment-55621 Share on other sites More sharing options...
ValdouaD Posted July 10, 2006 Author Share Posted July 10, 2006 Okay, that is where I need help. SO far the only PHP with databse I have ever made was a store locator where the customer just inputed a zipcode or state. Would I have to format some sort of table that housed the Product name for the drop down and another one for Product Color? Quote Link to comment https://forums.phpfreaks.com/topic/14190-registration-page-in-php/#findComment-55631 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.