cari_process.php 77 Bytes
Newer Older
1 2 3 4
<?php 
$cari=$_GET['cari'];
header("location:index.php #menu?cari=$cari");
?>