http://www.evilwalrus.com/download_agree.php?codeEx=304 is a good example of
using directory handles, works in windows...
- Original Message -
From: Antony Cleave <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 14, 2001 1:17 AM
Subject: [PHP] Problem with is_f
I am trying to dynamically generate an image gallery from a directory iof
images.
To do this I am using the following code
while (false!==($file = readdir($handle)))
{
if ((is_file($file)))
{
echo .. Link info here
}
2 matches
Mail list logo