Skip to content

Instantly share code, notes, and snippets.

@pgoodman
Forked from anonymous/gist:1713387
Created January 31, 2012 22:17
Show Gist options
  • Select an option

  • Save pgoodman/1713399 to your computer and use it in GitHub Desktop.

Select an option

Save pgoodman/1713399 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 '<td><img src="'. $file_name .'" height="88" width="88" /></td>';
}
}
?>
</tr>
</table>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment