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