<!DOCTYPE html>
<html>
<title>posty redirect 1</title>
<body>
<?php
   Header("HTTP/1.1 301 Found");
   /* Header("Location:post.php?name=" . $_POST["name"] . "&email=" . $_POST["email"]); */
   Header("Location:rd2.php");
?>

</body>
</html>
