3
How to perform a search in the database, through a parameter informed by the tag select
?
Follow the code below:
<select class="form-control" id="inputUnidade">
<option>Selecione</option>
<option>*GCOI</option>
<option>ESC - RJ</option>
</select>
Example, if the user chooses "ESC-RJ", search only the records that are "ESC-RJ". Any hint?
Welcome to the Sopt. Add to the question by clicking on [Edit] your attempt to build the query as well as the structure(s) tables from which you want to extract the information.
– user28595