Hi
I am new to PHP and looking to create a search php page, the search needs to be by Country, State and city. I have tried several methods over the last three weeks and none work, im slamming my head against my desk!
Basicly I have three dropdown boxes on the top of my php page that i start off with, dropdown 1 is Country - data is pulled from mysql table tbl_country,
Here comes teh problems - When Country is selected i want the States from the states table to be filled in in the dropdown (like with the onchange event) when the states are seleted the the city needs to be populated after teh city has been chosen the search can comence to populate the page and show the results for the selected
Is there any (WORKING) tutorials, videos or source code that can just show me how this is done
Mike :$