From c7d846b4465e3a716bfb346ca962e9c45b42bf9f Mon Sep 17 00:00:00 2001 From: xice09 Date: Wed, 30 May 2018 19:02:04 +0800 Subject: [PATCH] tt --- index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 036a888..a5ff061 100644 --- a/index.php +++ b/index.php @@ -121,7 +121,13 @@ $result = mysqli_query($con,"SELECT * FROM Persons WHERE num='$random'"); while($row = mysqli_fetch_array($result)){ //html - echo "
". $i. ".". $row['q'] ."
\n

\n\n\n\n\n\n\n\n

\n"; + echo "
"; + echo "
". $i. ".". $row['q'] ."
\n

"; + echo "\n\n"; + echo "\n\n"; + echo "\n\n"; + echo "\n\n"; + echo "

\n"; echo "
\n"; } }