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 Quote Link to comment 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.??? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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.