|
|
|
ติดต่อรูปในโฟร์เดอร์ไม่ได้อ่ะครับมันขึ้นรูปแต่เป็นรูป x กากบาท ช่วยดูโค้ดให้ทีครับ ขอคุณครับ |
|
|
|
|
|
|
|
โค้ดเดิมของมันครับ
Code (PHP)
<?php
$allowed_types=array('jpg','jpeg','gif','png');
$dir ="img_pic/";
$files1 = scandir($dir);
foreach($files1 as $key=>$value){
if($key>1){
$file_parts = explode('.',$value);
$ext = strtolower(array_pop($file_parts));
if(in_array($ext,$allowed_types)){
echo "<img style='width:100px;' src='".$dir.$value."'/> ";
}
}
}
?>
|
|
|
|
|
Date :
2011-03-29 15:17:50 |
By :
pook039 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$dir ="img_pic/";
ไม่มีชื่อครับ
$dir ="img_pic/ชื่อ";
|
|
|
|
|
Date :
2011-03-29 15:52:53 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$dir ="D:/Picture/test/";
path แบบนี้ไม่สามารถแสดงผ่าน http ได้ครับ จะใช้ต้องเติม file:// เข้าไปด้วย
|
|
|
|
|
Date :
2011-03-29 16:27:29 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กำลังจะเข้ามาบอกให้เปลี่ยน permission -777
|
|
|
|
|
Date :
2011-03-29 16:28:41 |
By :
mzchewiize |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|