This snippet of code is again from my forum software. It will show you how many files are in a certain directory on your website. <?php $directory = 'short url'; print count(glob($directory."/*.*")); ?>