hey, Ive managed to put the ad_network_285.php file and the ad_network_ads_285.txt file in my directory but am stuck on the next bit. I was told to put the PHP code in my footer which i tried on the contacts page of my site: http://www.freebies4u.co.cc/contact.html If you scroll to the bottom you will see a gap between privacy policy and contact us-this is where i placed the PHP code but there is no ad there. This is how the footer looks in source mode: <td class="footer" align="left">Copyright 2008. © Freebies 4 U. All rights reserved</td> <td class="footer" align="right"><span class="footer">privacy policy</span> | <span class="footer"><?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_285.php'); echo $ad_network; ?> </span> | <span class="footer">Contact Any ideas what to do? Thanks
php wont work on a html page thats why your ads does not appear because it simpy does not work unless http://www.freebies4u.co.cc/contact.html is a php file Mod Rewritten to .html
do i go for one of the other options? Other than adding the php file you can create an HTaccess file would this work for me?