piheshpi90 Posted March 15, 2011 Share Posted March 15, 2011 hello everyone. i'm having problem to create a search page. i want to create a search page like this but i dont have the coding source to refer.. can anyone give me the coding for me to refer.... Help Please [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/230663-search-page-coding-help/ Share on other sites More sharing options...
chewbears Posted March 15, 2011 Share Posted March 15, 2011 That is a form drop down with options. <html> <body> <form action=""> <select name="cars"> <option value="1">Field1</option> <option value="2">Field2</option> <option value="3">Field3</option> <option value="4">Field4</option> </select> </form> </body> </html> Set the values to match up with your database and then pass a search. Here is a tutorial on these forms for a search http://www.phpfreaks.com/tutorial/simple-sql-search Link to comment https://forums.phpfreaks.com/topic/230663-search-page-coding-help/#findComment-1187739 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.