cari.php 76 Bytes
Newer Older
Mei Romauli Sagala committed
1 2 3 4
<?php 
$cari=$_GET['cari'];
header("location:admin_menu.php?cari=$cari");
?>