I hopping this is a quick one when u or I add more than 1 ad , say 3-5 ads is thier a way to place the ad's side by side as when i place more than 1 their always on top of each other thanks for your help and keep up the great work on this ad network and all the other tools
Like this: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('/home/xxx/public_html/ad_network.php'); echo $ad_network[0]; ?> | <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('/home/xxx/public_html/ad_network.php'); echo $ad_network[1]; ?> | <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('/home/xxx/public_html/ad_network.php'); echo $ad_network[2]; ?> | <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('/home/xxx/public_html/ad_network.php'); echo $ad_network[3]; ?> | <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('/home/xxx/public_html/ad_network.php'); echo $ad_network[4]; ?> Replace the xxx with your username and each text ad is separated by a | which you can see just after the ?> and before <?php
A quicker way to do the exact same thing: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo implode (' | ', $ad_network); ?> PHP:
Oh, golly, one of these days I will catch up with the Master of the Universe - bought the phones..... hehehehe I am not buying a Hummer......!!!!
Thanks nice code for 5 ads maybe im not explaining myself properly ill try again this is what i mean by side my side http://www.supportcave.com/ads.jpg hope this help to clarify what im trying to say