Hallo,
echo ist ein Befehl von PHP, warum deklarierst du innerhalb des Strings nochmal PHP?
Probier es mal so:
echo "<form action=".$_SERVER['PHP_SELF']."" method="post" name="bauen">";
Gruß Andreas
Hallo,
echo ist ein Befehl von PHP, warum deklarierst du innerhalb des Strings nochmal PHP?
Probier es mal so:
echo "<form action=".$_SERVER['PHP_SELF']."" method="post" name="bauen">";
Gruß Andreas