A
Ashley
Guest
I just started a website. I have the hosting and domain all up and going. I use php codes. I have my index.php and my header.php
Now I am ready to code my content and navigation pages. For example..castcrew.php
My question is how do I have my header shown and included in my castcrew.php..so my layout and side bar is included.
I put this code on the page, but it doesn't work..
<?php include("header.php"); ?>
It doesn't work. I tried google and everything else. I can't figure this out.
Now I am ready to code my content and navigation pages. For example..castcrew.php
My question is how do I have my header shown and included in my castcrew.php..so my layout and side bar is included.
I put this code on the page, but it doesn't work..
<?php include("header.php"); ?>
It doesn't work. I tried google and everything else. I can't figure this out.