Re: [PHP] Problem with is_file function on WinNT and apache HELP!

2001-07-13 Thread ReDucTor
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

[PHP] Problem with is_file function on WinNT and apache HELP!

2001-07-13 Thread Antony Cleave
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 }