<?php
$sorgu=$_POST['sorgu']; 

echo '3 Saniye icinde <b>'.$sorgu.'</b> aramasina yonlendirileceksiniz.';
echo '<meta http-equiv="refresh" content=\'3;URL=http://www.google.com.tr/#hl=tr&source=hp&q='.$sorgu.'\'>';
?>
Böyle yaptıgımda çalışıyor.