1, 'user'=>'user01', 'comment'=>'นี่คือความคิดเห็นแรก', 'date'=>'2025-08-29 10:15'],
['id'=>2, 'user'=>'admin', 'comment'=>'ความคิดเห็นจากแอดมิน', 'date'=>'2025-08-28 14:30'],
['id'=>3, 'user'=>'user02', 'comment'=>'ลองเขียน CMS ดูสนุกดี', 'date'=>'2025-08-28 16:45'],
];
foreach($comments as $c){
echo "";
}
?>
".htmlspecialchars($c['user'])."
"; echo "".htmlspecialchars($c['comment'])."
"; echo "".$c['date'].""; echo ""; echo "