|
|
|
คำสั่ง ramdom รูป ช่วยเพิ่มเติมให้หน่อยครับ ยังทำไม่ได้สักกะที |
|
|
|
|
|
|
|
Code (PHP)
<?
$arr=glob('photos/*.*', GLOB_NOSORT);
$w=400;
$h=300;
echo "<img src='.$arr[rand(0,count($arr)-1)].' width='$w' height='$h' />";
echo "<img src='.$arr[rand(0,count($arr)-1)].' width='$w' height='$h' />";
echo "<img src='.$arr[rand(0,count($arr)-1)].' width='$w' height='$h' />";
?>
|
ประวัติการแก้ไข 2010-08-02 15:26:07
|
|
|
|
Date :
2010-08-02 15:24:54 |
By :
50121680 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
$arr=glob('photos/*.*', GLOB_NOSORT);
$w=400;
$h=300;
echo "<img src='".$arr[rand(0,count($arr)-1)]."' width='$w' height='$h' />";
echo "<img src='".$arr[rand(0,count($arr)-1)]."' width='$w' height='$h' />";
echo "<img src='".$arr[rand(0,count($arr)-1)]."' width='$w' height='$h' />";
?>
|
|
|
|
|
Date :
2010-08-02 17:44:39 |
By :
sagi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วขอบคุณมากๆครับ
|
|
|
|
|
Date :
2010-08-03 14:37:40 |
By :
tonep46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|