Meta data with included header
I'm creating a new website and I'm using the PHP include function with my header to reuse it on new pages.
My problem is, if I use it like this on new pages:
<?php include("header.php"); ?> So when i create a new page using the include function, how can I use title and meta data that is relevant to that page? I want these data to be different on each page.
Thanks
"Jamroom is a Profile Centric CMS system suitable as a development framework for building entire communities. Highly modular in concept. Suitable for enterprise level development teams or solo freelancers."