Florian: text felder in variabel

Beitrag lesen

<form method=get>
»»  Eingabe: <input type="text" name="eingabe" size=20 maxlength=60>
»»  <input type="submit" value="Go" method="get">
</form>

<?php
if($submit){

»»   echo $eingabe;

}
?>

nicht ganz...du meinst dann wohl
if($eingabe)
...
sonst klappt es nicht...danke für Hilfe! :)
gruss
florian