aboutsummaryrefslogtreecommitdiff
path: root/guestbook/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'guestbook/index.php')
-rwxr-xr-xguestbook/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/guestbook/index.php b/guestbook/index.php
index 21e5385..c608664 100755
--- a/guestbook/index.php
+++ b/guestbook/index.php
@@ -42,6 +42,7 @@
// Get the results.
$results = $stmt->fetchAll(PDO::FETCH_ASSOC);
+
foreach($results as $row) {
echo '<table border="1" width="500"><tr><td><pre>';
$submittedRaw = $row['submitted'];