I have added the required files to my Mod directory and placed the PHP code for ad serving in my header but the ads are not showing and of course since they aren't showing it will not validate. I ensured that I used the correct path for the PHP include but nothing. What am I doing wrong. The site at am trying to validate is located at http://www.teamshopsd.com. It is a mod-rewritten PHP site
My ad_network php file is in the main directory along with the .txt file. Though my pages show as html files they are in fact mod-rewritten PHP files if that makes any difference
Never mind, it seems to be working and now validates. For some reason for the include to work I needed to use the directory location versus the "http" location i.e. include dir/dir/ad_network.php instead of mysite.com/dir/ad_network.php