Accessing data from database and display on multiple pages
-
I am creating a website that has a page for continents/regions. When you click on one continent, it should take you to a page that shows a list of countries. If you click on a country, it takes you to a page that lists cities in that country. I think it’s a bad idea to create over 500 new pages. How do you pull this data from the database tables and display it as loop for each country?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Accessing data from database and display on multiple pages’ is closed to new replies.