<?php include_once 'tipazaschita.php'; echo ' <form method="post"> <input type="text" name="f" /> <input type="submit" name="h" /> </form>'; if(isset($_POST['h'])) { echo $_POST['f']; } ?>