I want to make a dynamic form like this: link
I'm having difficulty linking mysql, php, and javascript to the following extent: -The first select the options values are generated by a query (Select * from Continent)
- As selected Continent automatically generates Country select options by querying (Select * from Country where id_continent="id")