= $article["content"] ?>
= $article["title"] ?>
= $article["summary"] ?>
pdo_article->prepare("SELECT * FROM article WHERE id == :id"); $stmt->bindValue(":id", htmlspecialchars($_GET["id"])); $stmt->execute(); $article = $stmt->fetch(); } ?>
= $article["summary"] ?>
= $article["content"] ?>