ahh here is what you need:
$d = dir("/etc");
while($entry=$d->read()) {
echo $entry."<br>\n";
//put what you want to do to each thing in the dir here...
}
$d->close();
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Question: Processing files in directory and parsin... Jeff Lewis
- Re: [PHP] Question: Processing files in directory a... [EMAIL PROTECTED]
- Re: [PHP] Question: Processing files in directo... [EMAIL PROTECTED]
- Re: [PHP] Question: Processing files in directory a... mike cullerton
- Re: [PHP] Question: Processing files in directo... mike cullerton

