<?php 
$cari=$_GET['cari'];
header("location:index.php #menu?cari=$cari");
?>