leeds1
Sep 19th 2004, 3:09 am
Hi
I have set up a site http://www.118student.co.uk on the ad network
All pages are .shtml
All pages have an includes statement for the bottom header which is a .php file
Within that file I added the code :
<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
include_once ('ad_network.php');
echo $ad_network;
?>
The site has validated OK - but have a look at the page:
a) strange warning
b) two duplicate ads
any clues ?
I have set up a site http://www.118student.co.uk on the ad network
All pages are .shtml
All pages have an includes statement for the bottom header which is a .php file
Within that file I added the code :
<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
include_once ('ad_network.php');
echo $ad_network;
?>
The site has validated OK - but have a look at the page:
a) strange warning
b) two duplicate ads
any clues ?