Tombol PHP ke halaman lain

<?php
if(isset($_POST['submit'])){
header("Location: http://www.example.com/page.php");
exit;
}
Plain Peafowl