require "../config.inc.php"; $query = mysql_query("SELECT * FROM tblaw ORDER BY id DESC"); while ($row = mysql_fetch_array($query)) { ?>
} ?>