lookjapan.COM - IRC ve mIRC dünyasının forumu!

lookjapan.COM - IRC ve mIRC dünyasının forumu! (http://www.lookjapan.com/index.php)
-   PHP (http://www.lookjapan.com/forumdisplay.php?f=137)
-   -   PHP İle Random Resim (http://www.lookjapan.com/showthread.php?t=2272)

Return 20 Eylül 2015 18:52

PHP İle Random Resim
 
Array içerisindeki resimleri random olarak tek tek göstermeye yarayan küçük bir kod..

PHP- Kodu:

$resimler = array('random1.jpg''random2.jpg','random3.jpg','random4.jpg','random5.jpg');
    
    
$i rand(0count($resimler)-1);
    
    print 
'<img src="'.$resimler[$i].'" />'

Alıntı.

İyi forumlar..


All times are GMT +3. The time now is 11:02.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.