Return to Snippet

Revision: 11622
at February 11, 2009 15:35 by troynt


Initial Code
foreach(glob($asset_path.'*.{jpg,jpeg,png,gif}',GLOB_BRACE) as $img)
{

}

Initial URL


Initial Description


Initial Title
Get All Images in Directory

Initial Tags


Initial Language
PHP