Apologies if this has been asked before. Basically I did a search on Google and found nothing relevant.
I want to be able to create a template and use that template to generate dynamic content based on the URL.
So if I go to mydomain.com/mypage.php?img=source
It should generate my mypage.php template and change the img or any other content source to that of "source"
so if I go to mydomain.com/mypage.php?img=bird
my mypage.php will show and the image or other content whose variable needs to be changed will output bird
I hope that is clear