salut forum,
ich habe mit html ein formular defininiert:<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;
}
?>
cya
ThePHPBadAss