aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-10-26 22:34:45 +0000
committerFrankie B <floppydisk05@aol.com>2022-10-26 22:34:45 +0000
commita1d6c7a0478c4ef3a7d568c07e3de48818da7a63 (patch)
tree7445eda0a2acbb975c969bd89f5f97208c1a9223
parent773eb29e07c2bde99998172254af9f8117d6663d (diff)
literally add a single blank line for no reason
-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'];