Morning Peeps, i use this to get all the file names from a directory. how can i make it include all subdirectories as well?
$d = dir("/home/hwsystems/www"); while($entry=$d->read()) { echo $entry."<br>\n"; } $d->close();
thank you
opps give something away there