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. Link to comment https://forums.phpfreaks.com/topic/4462-create-list-for-user-to-choose-from/ 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] Link to comment https://forums.phpfreaks.com/topic/4462-create-list-for-user-to-choose-from/#findComment-15503 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.