Aslam o Alaikum.
I m new in php,
there are 2 tables in database
country table
countryid countryname
city table
cityid cityname countryid
here countryid is foreign key
I m using select option
in html form.
what should be code for HTML, and PHP, so that after selecting country , i may select the city .
then i want to submit these values in form.