Your update query should be like this:
$qur= "update tbl_circular set `date`='".$date."', `headline`='".$headline."', `description`='".$des."' where headline like '%".$head."%'";
$update1=mysql_query($update) or die("Could not Update");
Post if error occures...