$vote = (int)$_GET['rate'];
if ($vote > 100)
$vote = 100;
header("Content-type: image/gif");
шкала <img src="rating.php?rate='.$karma.'" alt="'.$karma.'" />
$vote = (int)$_GET['rate'];
if ($vote > 100)
$vote = 100;
header("Content-type: image/gif");