prudens Posted May 19, 2008 Share Posted May 19, 2008 I want to allow a few friends to do the following: (1). Log on to my homepage and select how many TEXTBOXES they want. (2). Type some words in each of the TEXTBOXES they created. (3). Click save, and store the words in mySQL database. If it were just 1 or 2 or 3 TEXTBOXES, I would know how to do it, but how do I setup mySQL so that it can dynamically know how many TEXTBOXES my friends choose? Can I create an array in mySQL?? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/106260-is-it-possible-to-do-this/ Share on other sites More sharing options...
sasa Posted May 19, 2008 Share Posted May 19, 2008 create two tables one from forms (form_ID, date, user, etc.) and 2ns from values (ID, form_ID, data, etc.) join them on form_ID Quote Link to comment https://forums.phpfreaks.com/topic/106260-is-it-possible-to-do-this/#findComment-544638 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.