How to get the number of the selected entry out of the combo box using php?

  • If not difficult, expand your question, where do you get the number? In the form handler? In the HTML parser? Do you have your own attempt to resolve the issue? It will also be relevant and will help to answer more fully. - cheops
  • @cheops I want to pull the record number from the combo box so that I can find the corresponding records in the database. - unit
  • Write the question in more detail, preferably with your code, at the moment nothing is clear - EatMyDust

1 answer 1

I figured out how to do this: @intval ($ _ REQUEST ['field name'])