molly31 Posted March 8, 2006 Share Posted March 8, 2006 I have never used MySQL or PHP before. I need to create a list so the user can choose one of the options. Do I do this when making the table in MySQL or is it done in PHP??? Easy step by step instructions would be gratefully received. Quote Link to comment Share on other sites More sharing options...
Gaia Posted March 8, 2006 Share Posted March 8, 2006 Ummm, sorry if i'm wrong, but do you mean like a select box in HTML?[code]<select> <option>Option 1</option> <option>Option 2</option> <option> Etc...</option></select>[/code] 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.