View Single Post
Old 11-28-2008, 09:06 AM   #4 (permalink)
zxt3st
The Addict
 
zxt3st's Avatar
 
Join Date: Apr 2008
Posts: 200
Thanks: 18
zxt3st is on a distinguished road
Default

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
__________________
Serenity Project - 5% (Layout) - Ongoing....
Project Serenity Free Life!....
zxt3st is offline  
Reply With Quote