Contact me and I will send you some sample code
You have a normal drop down option box, and for each line to insert the fields returned from your query.
When you say dynamic, you won’t be able to do more fetches after the page has loaded. You only get one chance to do the PHP.
Here’s my code:
So what Im doing in my code is first connect to the database and select which database im going to use. And then on the second part of the php im retrieving the ‘name’ field from ‘Country’ table and print it.