I just signed up for the ad network, and I followed the tutorial here: http://www.digitalpoint.com/tools/ad-network/setup.php?type=99 I'm using templates on my site, but the site IS build with PHP, so I've inserted the "shtml"-based code... - the <!--#include virtual="/ad_network.php" --> Code (markup): I've just tried entering my site, but I don't see any textlinks (they should be at the bottom). I'm not quite sure on how to validate my site either... Could someone please help me? I'm new to this... Thanks, and btw the site is www.funnypictures.dk Lasse
You need to insert the code as follows: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network[0]; ?> You index page is in php NOT shtml.