<?php $randhit = rand(3,5); $hitle = mysql_query("UPDATE duyurular SET okundu = okundu + $randhit WHERE duyuru_id = $duyuru_id");