";
$qq = mysql_query("SELECT * from `tb_comments` WHERE `status`='1' AND `talent_id`='$id' ORDER BY `date` DESC");
while($row=mysql_fetch_array($qq)){
echo "
".$row['comments']."
Points Earned: ".$row['rate']." Points
Date:".$row['date']." | ".$row['time']."
Posted By: ".$row['from']."
";
}
?>