EzwanAbid Posted January 1, 2013 Share Posted January 1, 2013 Hi guys, i had a problem with drop down menu. I want to have an input option to be inserted into the select statement. How can I do that, please help me…i need to create another site that is "Add Semester". So, this site will add on new semester inside the drop down menu. this is the html for drop down menu that i'd made. First of all, should i give value in <option value="xxx">?? Second, how about the sql statement? I got stuck to create the php code. <select type="listbox" name="semester" id="semester"> <option>2011/JANUARY</option> <option>2011/JUNE</option> <option>2011/SEPTEMBER</option> <option>2012/JANUARY</option> <option>2012/JUNE</option> <option>2012/SEPTEMBER</option> <option>2013/JANUARY</option> </select> Pls Help me :'( Link to comment https://forums.phpfreaks.com/topic/272584-how-to-bring-data-from-other-location-into-my-drop-down-menu/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.