I tried a lot and failed to get this to work. Tried many ways it just simple prints raw php code on to the html source page. These are the variuos ways I tried any help would be really appreciated. Thanks. <script language="php"> ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_212.php'); echo $ad_network; print "Love you"; <!-- COOP --> </script> <!--#include virtual="\ad_network_212.php" --> <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_212.php'); echo $ad_network; ?> PHP: