phpnewbie112 Posted June 13, 2008 Share Posted June 13, 2008 Hello, could you pls advice how to insert multiple values into 1 textbox and retrieve them with a single dropdown. this is my table structure. First Name Last Name Phone Nicknames I would like to be able to insert in the field "Nicknames" multiple values as follow: nick1, nick2, nick3... and I would like to be able to list them with a single dropdown field. thanks Link to comment https://forums.phpfreaks.com/topic/110032-solved-1-textbox-with-multiple-values/ Share on other sites More sharing options...
zenag Posted June 13, 2008 Share Posted June 13, 2008 can u show some code ,show that we can try to make it.??? Link to comment https://forums.phpfreaks.com/topic/110032-solved-1-textbox-with-multiple-values/#findComment-564629 Share on other sites More sharing options...
fenway Posted June 13, 2008 Share Posted June 13, 2008 Don't put multiple values into a single field... that's a very BAD idea. Link to comment https://forums.phpfreaks.com/topic/110032-solved-1-textbox-with-multiple-values/#findComment-564778 Share on other sites More sharing options...
phpnewbie112 Posted June 13, 2008 Author Share Posted June 13, 2008 Thank you for the replies. I will go with a 2nd table for nicknames and link them. Link to comment https://forums.phpfreaks.com/topic/110032-solved-1-textbox-with-multiple-values/#findComment-564976 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.