php require help needed

Posted on 16th Feb 2014 by admin

Ok i tried to use the search funtion but the word require is everywhere.

i'm really new to creating websites... I've built them in the past but allways had some sort of template to go off of from a friend. I'm trying to do it myself with help only when needed so i've tried to figure this out and just can't get it right... i know i can use the css and php to call for pages using the include and require functions but I can't figure out why it's not working...
i'm using
Code: [Select]<?php include("header.php"); ?>
and it's not pulling up header.php even if I put the entire url in the ""
why would this be?

Other forums