php // fetch image details $images = getImages("images"); // display on page foreach($images as $img) { echo "<img src='IMAGE/ITEMS/{$img['file']}/$ ...
確定! 回上一頁