Hallo Andre,
if ($file != "." or $file != ".." ){
[...]Ich versuche hier mittels IF, bei der Ausgabe .. und . auszufiltern.
Leider wird .. und . trotzdem ausgegeben.
Natürlich. Das hast du so ja auch hingeschrieben.
Wörtlich übersetzt:
Wenn $file nicht "." _oder_ $file nicht ".." ist, dann...
Richtig wäre:
Wenn $file nicht "." _und_ $file nicht ".." ist, dann...
Grüße
Marc Reichelt || http://www.marcreichelt.de/
--
Linux is like a wigwam - no windows, no gates and an Apache inside!
Selfcode: ie:{ fl:| br:> va:} ls:< fo:} rl:( n4:( ss:) de:> js:| ch:? sh:| mo:) zu:)
Linux is like a wigwam - no windows, no gates and an Apache inside!
Selfcode: ie:{ fl:| br:> va:} ls:< fo:} rl:( n4:( ss:) de:> js:| ch:? sh:| mo:) zu:)