Hello everyone I have a website that mainly contains one file (index.php) index.php contains a whole bunch of content pages with information pulled out of my database. the content pages a dynamiclly created with some one clicks on a url ex) when someone clicks on http://www..com/index.php?page=login the login page is dynamically created with the following statement else if ($_GET['page'] == "login") can anyone advice me on how i can have dynamic meta tags for each of these pages? thank you.