-1

I have used usual dropdown list and it's not worked, when i click the submit button for all the data in the form except drop down value were sent to database.how can i fix it??

1 Answers1

1

Your <select> is missing a name="foo" attribute.

A form will only submit elements with a name as part of the request.

ceejayoz
  • 176,543
  • 40
  • 303
  • 368