Skip to content

Instantly share code, notes, and snippets.

Created January 31, 2012 22:14
Show Gist options
  • Select an option

  • Save anonymous/1713387 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/1713387 to your computer and use it in GitHub Desktop.
<html>
<table border="0"
cellpadding="1500">
<table frame="vsides">
<tr>
<?php
foreach (glob("./uploads/*") as $file_name) {
if (is_image_file_name ($file_name)) {
//echo '<img src="'. $file_name .'" height="88" width="88" />';
}
}
?>
<td><img src="./uploads/011.jpg" height="300" width="300"></td>
<td><img src="./uploads/IMG_3082.jpg" height="300" width="300"></td>
<td><img src="./uploads/IMG_0087.jpg" height="300" width="300"></td>
<td><img src="./uploads/IMG_3973.jpg" height="300" width="300"></td>
</tr>
</table>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment