$yaz = mysql_fetch_array("select * from mp3 where id=$id"); $hit = $yaz["hit"] + 1; mysql_query("update mp3 set hit='$hit' where id=$id ");