To Kill a Petty Bourgeoisie - the patron
To Kill a Petty Bourgeoisie consists of Jehna Wilhelm, guitar and vocals, and Mark McGee, electronics and sound manipulation. Originally from Richmond, VA, ..
$directory = "http://127.0.0.1/fuck.com/marvel/"; $directory = "http://fuck.com/ironman/"; $filecount = 0; $files = glob($directory . "*.png"); if ($files){ $filecount = count($files); } echo 'There were '.$filecount.' .png files.'; /* #where the "*" is you can change that to a specific filetype if you want like "*.jpg" or you could do multiple filetypes like this:
//glob($directory . "*.{jpg,png,gif}",GLOB_BRACE)
#the GLOB_BRACE flag expands {a,b,c} to match 'a', 'b', or 'c' */