Hi, I want to create a query page with 2 dropdown boxes in which the contents of the dropdownbox are generated from a database and the query will be a reult of 1st + 2nd box
lets say ..
1st drop down box contains list of first names
2nd drop down box contains list of last names
(both are generated from a database)
then the user can click on search and it will combine the selection of the 1st box and the 2nd box to determine query result.
I hope I'm explaining it properly. Any help would be really nice.
lets say ..
1st drop down box contains list of first names
2nd drop down box contains list of last names
(both are generated from a database)
then the user can click on search and it will combine the selection of the 1st box and the 2nd box to determine query result.
I hope I'm explaining it properly. Any help would be really nice.