Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Random image

Parašė avice· 2011 Geg. 7 22:05:10
#8


<?php
$adresai = array("http://img.lt/x.png*http://google.lt",
 "http://url.lt/prn.png*www.xxxx.lt",
 "http://img.lt/gf.gif*www.zzz.lt",
 "http://url.lt/xz.png*www.zasas");
$x = explode("*", $adresai[(rand()%count($adresai))]);
echo "<a href='".$x[1]."' target='_blank' ><img src='".$x[0]."'/></a>\n";
?>

tiesiog img url ir ir webo url irasyk pvz www.xx.lt/x.png*http://google.lt

Redagavo avice· 2011 Geg. 7 22:05:16