Cambiato però adesso non mi invia niente:
http://www.sito.it/cerca.php

Dove sbaglio?
codice:
<form  method="post" action="search.php"  id="searchform">


<input type="text" name="destination" id="txt_destination" autocomplete="off"></p>
    </form>
codice:
<?php
  if(isset($_POST['submit'])){
  if(preg_match("^/[A-Za-z]+/", $_POST['name'])){
   $name=$_POST['destination'];

  header ($name);
  }
  }
  else{
  echo  "

Please enter a search query</p>";
  }

?>