Where do i find complete tutorial about building dynamic search engine combo boxes in php and mysql?
Emy asked:
Where do i find complete tutorial about building dynamic search engine combo boxes in php and mysql,wherein information are from the database? I have three combo boxes and i want to populate it from the data on the database.and when user click the search button answers are generated based on what is being chosen on the combo boxes list of values.
Where do i find complete tutorial about building dynamic search engine combo boxes in php and mysql,wherein information are from the database? I have three combo boxes and i want to populate it from the data on the database.and when user click the search button answers are generated based on what is being chosen on the combo boxes list of values.


1 Comment to 'Where do i find complete tutorial about building dynamic search engine combo boxes in php and mysql?'
March 15, 2009
There’s no single tutorial. You learn computer programming. then you learn php and SQL. then you get enough experience that you understand how what you learned relates to the stuff actually on your computer.
Then you write the site you want, because you’ll understand what you need.
Telling you to populate a recordset with the table wouldn’t mean anything to you now, but you populate the combobox with the recordset.
Leave a comment