How can i create a form html that searches the database?
-search form contain:
Nume: [___only text_______] Etaj: [_____only number______] Nr. Apartament: [____only number_____] [Serach button] - search button must be named "Cauta" all in one line
1 Answer
do you mean some thin like this:
<form action=\"\" method=\"post\" target=\"_blank\"> <label for=\"name\">Nume:</label> <input id=\"name\" name=\"name\" type=\"text\" /> <label for=\"etaj\">Etaj:</label> <input id=\"etaj\" name=\"etaj\" type=\"text\" /> <label for=\"apart\">Nr. Apartament:</label> <input id=\"apart\" name=\"apart\" type=\"text\" /> <input type=\"submit\" value=\"Cauta\" /> </form> Posted: MacOS 2 of 2 people found this answer helpful. Did you? Yes No Thank YOU for support Jooria! |
© Advanced Web Core. All rights reserved