Mam oto taki kod
<? if(!($_GET['akcja'])) { echo " <from action='index.php?akcja=true' method='post'> <input type=text name='imie'> <button type='sumbit'>OK</button> </from>"; } else { $imie = $_POST['imie']; } ?>
Dlaczego jak klikam "OK" to nic się nie dzieje?