I'm stuck in a problem.. I want to use two combo let Country and City, where City list depends on the Country combo, How can I don do it with HTML and PHP only?
Thanks.
I'm stuck in a problem.. I want to use two combo let Country and City, where City list depends on the Country combo, How can I don do it with HTML and PHP only?
Thanks.
If you want to change the cities when the country changes without reloading the page, then you need some javascript too.
see this if you want it in a static way:
http://www.weberdev.com/get_example-4398.html
see this if you want is from data base:
http://www.plus2net.com/php_tutorial/php_drop_down_list.php
or if you want it with out reloading page go for ajax.
No , I dont want to use ant JavaScript or Ajax code there, Only PHP and HTML.
then try this:
see this if you want is from data base:
http://www.plus2net.com/php_tutorial..._down_list.php
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.