You are on page 1of 1

<?

php
if(isset($_POST['submit']))
{
header('Location:array.php');
echo"FORM submitted";
}
?>
<form action="aa.php method="post>
input type="submit" name="submit" value="CLICK TO OPEN"/>
</form>
< ahref="array.php">CLICK</a>

You might also like