<?php
$files = glob("kenai_river_fishing_images/*.*");
for ($i=1; $i<count($files); $i++)
{
$num = $files[$i];
print $num."<br />";
echo '<img src="'.$num.'" alt="kenai river fishing images" width="200px" height="200px" />'."<br /><br />";
}
?>
hi there all my code is not working.
the images dont show up.
i am trying to show around 1500 images from a directory.
directory corectly done , there no errors just print num works?
any idea please.
thank you.