Tylko ze jak powracam to caly formularz jest pusty

W formularzu sa <input type=text> oraz Selecty .
Link do poprzedniej strony to:
<?php <a href=javascript:history.go(-1)> Wróć i popraw</a> ?>
<?php <a href=javascript:history.go(-1)> Wróć i popraw</a> ?>
<?php <form action=\"page5.php\" method=\"POST\" > <table width=\"600\" border=\"0\" cellspacing=\"5\" cellpadding=\"5\" align=\"center\" > <tr > <td width=\"45%\" bgcolor=\"Gray\" > <div align=\"center\"><font color=\"White\"><b><font size=\"3\" face=\"Times New Roman, Times, serif\">Imie:</font></b></font></div> </td> <td width=\"55%\"> <input type=\"text\" size=\"30\" maxlength=\"50\" name=\"imie\" > </td> </tr> <tr> <td width=\"45%\" > <div align=\"center\"><font color=\"#EABB00\"><b><font size=\"3\" face=\"Times New Roman, Times, serif\">Nazwisko:</font></b></font></div> </td> <td width=\"55%\" bgcolor=\"Gray\"> <input type=\"text\" size=\"30\" maxlength=\"50\" name=\"nazwisko\"> </td> </tr> </table> <input type=\"submit\" name=\"send form\" value=\"Zatwierdz\"> </form> ?>
<?php ?>