link üzerinden post olmaz link ile get olur


<form method="get" action="arama.php">
<input type="text" name="k" value="Ara..." onfocus="this.value = '';" onblur="if(this.value=='') this.value='Ara...';" />
<input type="submit" value="Gönder" />
</form>