View Single Post
Old 03-11-2008, 10:49 AM   #2 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Theres a better way to escape the two periods
PHP Code:

if ($file != ".") continue; 
Only problem is you cannot do an else/elseif statement for that condition.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote