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