1
How would i add meta content to a page without it effecting the entire site.
I have this on every page and need to add a meta redirect, or can anyone suggest a redirect that doesn't involve the header.
include("mainfile.php");
include("header.php");
?>
then at the bottom
include("footer.php");
?>
and heres what i want to include in the header...
can anyone help me?