11-28-2008, 09:06 AM
|
#4 (permalink)
|
|
The Addict
Join Date: Apr 2008
Posts: 200
Thanks: 18
|
Just a quick overview on your code.
PHP Code:
while (false !== ($file = readdir($handle)))
I dont think if there is an "!==" operator ever exist in php. Check in here PHP Operators
|
|
|
|