I need some help here I have some code, and my question is how to get each of the selected combo values to be done? Any help I really got confused about it would be appreciated, many thanks.
This is the first combo box
& lt; Div class = "select-form" & gt; & Lt; Form action = "#" method = "POST" & gt; & Lt; Label & gt; Tipe & lt; / Labels & gt; & Lt; Select Name = "TapeKey" & gt; & Lt ;? Php echo "& lt; Option value = 0 selected & gt; - Try - & lt; / option & gt;"; $ Tipe = mysql_query ("SELECT * FROM tipe ORDER BY id_tipe ASC"); While ($ tipeb = mysql_fetch_array ($ tipe)) {echo "& lt; option value = $ tipeb [nama_tipe]> gt; $ tipeb [nama_tipe] & lt; / option & gt;"; ?} & Gt; & Lt; / Select & gt; & Lt; / Form & gt;
No comments:
Post a Comment