0
I want to make a dynamic form like this: https://www.w3.org/WAI/WCAG20/Techniques/working-examples/SCR19/dynselect.html
I am having difficulties in connecting mysql, php and javascript to the following extent: -The first select options values are generated by a query (Select * from Continent)
-As the selected Continent automatically generates the Country select options by doing the query (Select * from Country Where id_continent="id")