function form_a() { ?>
<form action="handle_a.php" method="POST">
<p>Your login: <br>
<input type="text" name="login"></p>
<p>Your password: <br>
<input type="text" name="password"></p>
<input type="submit" name="submit" value="Go!">
</form>
<?php
}