From a main page (in my case , a page with a country map with different areas delimited , that is about 25 areas) , I would like to get , from a selection by clicking on an area in the map or from a dropdown list , the dynamic generation of different pages including variables such as :
name of the area
a more detailed area map
a general map with the area hilighted
data attached to that area (such as coordinates of resellers) , ...
I read somewhere that it was possible to do such things , with php code included in the html code without retrieving data from a database ,
Is there somebody to advise me about this approach (instead of having to create 25 different pages) ?
Is it possible to do or do I need absolutely to use a database to store the variables values ?
Thanks for comments
Christian