Why is it whenever i do a dual search on the first value of drop down menu and the keyword(text field) search.. No results could be displayed..
I did a test the query on MySQL.. it returns results..
But if i were to search on other values of the drop down menu cept' for the first value together with the keyword search.. There were results..
search Keyword
Drop down search
i did a print " echo $queryAircraftDisplay; "once the final query
It got this statement-
SELECT * from report where 1 and aircraftType='AS-332' and reportID in ('7','10','8','11','12','13','14','15','16','17')
Any mistake in it?