Problem mit IF Abfrage
Raffi
- php
0 romy
Hallo Leute
Habe ein ganz komisches phänomen:
Wenn ich die IF Abfrage so mache gehts:
if($directory != "/home/raphaelg/public_html//focuswork"){
Und so geht sie nicht...warum?
$test = "/home/raphaelg/public_html//focuswork";
if($directory != $test){
Woran lieg das?
Gruss und Danke Raffi
Hi,
Wenn ich die IF Abfrage so mache gehts:
if($directory != "/home/raphaelg/public_html//focuswork"){
Und so geht sie nicht...warum?
$test = "/home/raphaelg/public_html//focuswork";
if($directory != $test){
dieses Problem lässt sich nicht nachvollziehen, bei mir wirkt beiderlei code!
Der Fehler liegt bestimmt an eioner anderen Stelle.
ciao
romy