Updating data - article
article lists $sql = "SELECT a.id, a.title, a.summary, a.created, a.category_id, a.member_id, a.published, c.name AS category, CONCAT(m.forename, ' ', m.surname) AS author, i.file AS image_file, i.alt AS image_alt FROM article AS a JOIN category AS c ON a.category_id = c.id JOIN member AS ..
2024. 10. 12.