Simply im in the middle of creating a search engine to that will pick out data from a certain table depending on what dropdown menu has been choosen! Ive got the search engine and display page working, but am trying to create an individual page for the results which i can get working when only one table is involved..
i think the problem is that the dropdown variable is not being passed on the creation page..
if(isset($_GET['id']]))
i use that to pass on the id so would something similar be used to pass it on
if(isset($_GET['id'], $_GET['dropdown']))
i tried that no knowing what would happen but am getting no results.
Thanks in advance Hope you understand and apologises if in wrong section as its kind of php and dhtml