Getting more links to show up on page

Discussion in 'Co-op Advertising Network' started by stee99, Dec 14, 2004.

  1. #1
    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
     
    stee99, Dec 14, 2004 IP
  2. crew

    crew Peon

    Messages:
    225
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    crew, Dec 14, 2004 IP
  3. raymatog

    raymatog Guest

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i want html codes ,where to find it?
     
    raymatog, Dec 15, 2004 IP