your english is fine. sometimes better than my bad typing.
you have this?
0) Form.html -> <form action='action1.php'>
1) action1.php -> header('Location: action2.php');
2) action2.php -> print "<html></html>";
Solution?
get rid of header('Location: '), replace it with include('action2.php');