I've got my pages header and footer sections in sepereate PHP files which are included in the top and bottom of each of my pages. If I want to add meta tags I could add them in with the header.php file but that would set the meta tags for all pages, how can I have seperate meta tags for each page?

Many thanks,