> // require 'includes/data/database.php'; $sql = 'SELECT name, reason, muter, time, expires FROM mutes ORDER BY time DESC LIMIT 20'; $retval = mysql_query($sql, $conn); if (!$retval) { die('Could not get data: ' . mysql_error()); } ?>
Name | Muted By | Reason | Muted On | Muted Until |
---|---|---|---|---|
" . $row['name']; ?> | " . $row['banner']; ?> |