';
?>
SillyLaird Changelog
https://www.sillylaird.ca/changelog/
query("
SELECT title, body, created_at
FROM changelog
ORDER BY created_at DESC
LIMIT 20
");
while ($e = $stmt->fetch(PDO::FETCH_ASSOC)):
?>
-
= htmlspecialchars($e['title']) ?>
= date(DATE_RSS, strtotime($e['created_at'])) ?>
]]>