$id=$_POST["itm"];$sql="update vote set count=count+1 where id=$id";if(mysql_query($sql)){$_SESSION["vote"]=session_id();?>