Hallo nick.
wieso machst du die echos wie eine funktion? du schreibst
echo ("test");
echo "test"; ist aber richtig
Nein, beides ist korrekt:
echo() ist nicht wirklich eine Funktion sondern ein Sprach-Konstrukt, daher _brauchen_ Sie keine Klammern verwenden.
Nichtsdestotrotz sind die Klammern üblicherweise überflüssig.
wenn du nur eine variable ausgeben willst, schreibst du:
echo "$test";
richtig ist aber:
$test
Du meinst sicher „echo $test“. Auch hier sind die umschließenden Zeichen schlichtweg überflüssig.
Einen schönen Sonntag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]