sivanath.nagendran Posted November 29, 2006 Share Posted November 29, 2006 Hi to all I am a newbie to php/mysql. Pls can anyone help me for this [b]" How to Get Data from HTML Listmenu then Insert into Database( Using PHP/MySQL) ".[/b] I mean If User select one option from Listmenu, then store that option value into Database using PHP/ MySQL. I recieve the listmenu option values from database, now is it possible for my previous quistion? I mean selected option I need to be stored into database. Pls help me, sorry for my English.Advance thanks for helping.BySivanath.N :( Link to comment https://forums.phpfreaks.com/topic/28926-how-to-get-selected-option-value-from-listmenu-then-insert-into-database/ Share on other sites More sharing options...
Caesar Posted November 30, 2006 Share Posted November 30, 2006 Deja Vu. Link to comment https://forums.phpfreaks.com/topic/28926-how-to-get-selected-option-value-from-listmenu-then-insert-into-database/#findComment-132469 Share on other sites More sharing options...
Unholy Prayer Posted November 30, 2006 Share Posted November 30, 2006 Use this:[code]<select name='fieldname'>Menu Name<option value='data'>Option Title</select>[/code] Link to comment https://forums.phpfreaks.com/topic/28926-how-to-get-selected-option-value-from-listmenu-then-insert-into-database/#findComment-132480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.