Using foreach loop without key foreach($array as $item) { echo $item['filename']; echo $item['filepath']; // to know what's in $item echo ...
確定! 回上一頁