good day. I have a table that has two fields, gender_number and description. I can not find the way to show the contents of the table in a form using the select option. How would it come to be?
Thank you very much.
good day. I have a table that has two fields, gender_number and description. I can not find the way to show the contents of the table in a form using the select option. How would it come to be?
Thank you very much.
simply here I leave an example .. if you give us an example of your code could you help a little more greetings
<html>
<head>
</head>
<body>
<select name="nombreSelect">
<option value="int_valor"><?php $valor ?></option>
</select>
</body>
</html>