Tuesday, 28 May 2013

Search through documents folder

Search through documents folder

Does anyone know why the following returns nothing?
<?php
    $dir = get_bloginfo('template_directory') . "/documents/*";
    foreach(glob($dir) as $file) {
        echo $file; 
    }
?>
I have files in the documents folder...
Thanks in advance!

No comments:

Post a Comment