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!
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