Posts by Michael Campos • 13 points
2 posts
-
0
votes0
answers41
viewsQ: Error submitting a form. Field of type "select" is not being sent. The <form> tag closes alone, before the end of the form
When submitting a "form" with php, the "option" of my "select" is not being sent. I tried via GET and via POST and was unsuccessful. I checked in inspect and the tag "form" is closing alone, before…
-
-1
votes2
answers1681
viewsQ: Help with COMBOBOX, Select cities according to chosen state
I am programming a php application and I have all the states and cities of Brazil in the Mysql database. In the table States have: id, nome, uf. In the table Cities have: id, nome, id_estado. I…