Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reikia pagalbos

Parašė Gytisz· 2013 Vas. 24 19:02:56
#2


<?php
$random_text = array('<iframe src='1' scrolling='no' frameborder='0' width='200' height='112'></iframe>',
                    '<iframe src='2' scrolling='no' frameborder='0' width='200' height='112'></iframe>', 
<iframe src='3' scrolling='no' frameborder='0' width='200' height='112'></iframe>');
srand(time());
$sizeof = count($random_text);
$random = (rand()%$sizeof);
print("$random_text[$random]");
?>