Require_once
Posted: Fri Jan 27, 2012 2:08 pm
Hi Guys,
I am having trouble here,
when I use this code every thing works fine:
But when I use the full url to that file like this it doesn't work.
As I have a big website I need to use the full path.
Youssef
I am having trouble here,
when I use this code
Code: Select all
<?php include "includes/header.php" ?>But when I use the full url to that file like this
Code: Select all
<?php include "http://www.mydomain.com/includes/header.php" ?>As I have a big website I need to use the full path.
Youssef