No comments yet, be the first to review this $glbItem!

"; if ($pagAutonoma) { include 'rate.inc.php'; includeFooter(); } return; } print "".$akapo; while ($row = @mysql_fetch_array($res)) { $nick = $row['nick']; $rating = $row['rating']; $date = $row['date']; $comment = stripslashes(win_nl2br(htmlentities($row['comment']))); if ($comment == '') $comment = ' '; print " "; } print "
By $nick on $date $rating stars
$comment

"; } if (isset($pagAutonoma) && $pagAutonoma) //pagina chiamata esternamente, non inclusa includeFooter(); ?>