03-11-2008, 10:49 AM
|
#2 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
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
|
|
|
|