I am getting some difficulity to write a PHP code for Relatioal PHP Combo box ,
I have 3 combo box in one page for example: myplace.php
1. Country
2. City
3. Place
my question is , if i click the country combobox i only want to show the city which related with country and when i select the city , i would like to see list of places which is only related with selected city at the above combobox .
Thanks!
baby