Fixed formatting and ordering of columns

This commit is contained in:
WilliamMiceli
2019-12-04 19:13:14 -05:00
parent aa5cf8b099
commit 0de96b0d88
2 changed files with 2 additions and 2 deletions

View File

@@ -25,8 +25,8 @@
foreach($db_connection->query($sql_statement) as $row){
print $row['messageID']."\t\t";
print $row['date']."\t";
print $row['haveread']."\t";
print $row['recipient']."\t\t";
print $row['haveread']."\t\t";
print $row['message']."\n";
}
echo '</pre>';