use the html select element which must be


Use the HTML select element (which must be assigned a name since it belongs to the form).  Then acquire its input appropriately on the server-side just like you do for text fields. Don't confuse the term select here with the term select used in SQL statements or in PHP functions like mysql_select.  Be sure to understand the role of name and value attributes in the HTML select element (and its companion option elements.)  Each menu entry has to be assigned a separate value that will be stored as a category for the Incident in the database

Request for Solution File

Ask an Expert for Answer!!
PHP Web Programming: use the html select element which must be
Reference No:- TGS0220551

Expected delivery within 24 Hours