Hi, how can make this script allow me to use php include so i can randomize my ads.
When use php include i get an error.
or if there is a better ad rotate script without sql so that i can use with buzzcity,adiquity,reporo etc etc
Thanks
When use php include i get an error.
PHP Code:
<?php
$quot_arr = array(
'<a href="http://example.com">Example</a>',);
'<a href="http://example.com">Example</a>',);
'<a href="http://example.com">Example</a>',);
'<a href="http://example.com">Example</a>',);
'<a href="http://example.com">Example</a>',);
'<a href="http://example.com">Example</a>',);
'<a href="http://example.com">Example</a>',);
'<a href="http://example.com">Example</a>',);
$quot_rand = array_rand($quot_arr);
echo '<center><b>AD: </b>';
echo ' '.$quot_arr[$quot_rand].'</left>';
?>
Thanks
Comment