Hi, I used the code below but I can only get one text link to show up on my page I tried using additional $ad_network[1], $ad_network[2], but cannot get it to work and wonder what the correct code would be to add more links <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network[0]; ?> Thanks Stee
You have to repeat this line: include ('ad_network.php'); for however many times you want ads to show, and then use $ad_network[1], $ad_network[2], etc