fullySanitize($_COOKIE['mystic']); $articlepath = $input->fullySanitize($_GET['article_path']); $trans->beginTrans(); $pdo = $trans->getPDO(); $stmt = $pdo->prepare('SELECT title, above_ad, below_ad, footer, author FROM article WHERE article_path = ?'); $stmt->bindParam(1, $articlepath); $stmt->execute(); if ($myrow = $stmt->fetch(PDO::FETCH_NUM)) { $title = $myrow[0]; $abovead = $myrow[1]; $belowad = $myrow[2]; $footer = $myrow[3]; $author = $myrow[4]; ?> Dating Diversions - <?= $title ?>

Dating Diversions | Dating Advice | Dating Stories | Dating Jokes | Geographical Dating Tips

Recent Articles:

prepare('SELECT article_path, title, blurb FROM article WHERE article_path != ? ORDER BY last_display DESC LIMIT 3'); $stmt->bindParam(1, $articlepath); $stmt->execute(); while ($myrow = $stmt->fetch(PDO::FETCH_NUM)) printf("%s
%s
\r\n", $myrow[0], $myrow[1], $myrow[2]); ?>
By



commit(); $trans->disconnect(); ?>