Fixed formatting and ordering of columns
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user