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/28916-how-to-get-data-from-html-listmenu-then-insert-into-database-using-phpmysql/ Share on other sites More sharing options...
fenway Posted December 3, 2006 Share Posted December 3, 2006 All form fields are submitted to the script via the $_POST collection... do whatever you want with them. Link to comment https://forums.phpfreaks.com/topic/28916-how-to-get-data-from-html-listmenu-then-insert-into-database-using-phpmysql/#findComment-134462 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.