//Articles Hack $row_max = 20; /* Number of rows to display */ $rows = dbcount("(article_id)", "articles", "article_subject='".$data['user_id']."'"); if (!isset($rowstart) || !isNum($rowstart)) $rowstart = 0; opensidex("Articles Submitted by: ".$data['user_name'],"off"); echo "
";
$userarticle = dbquery("SELECT * FROM ".$db_prefix."articles WHERE article_name='".$data['user_id']."' ORDER BY article_datestamp DESC LIMIT $rowstart,$row_max");
//tablebreak();
$articlesd = "";
while ($articles=dbarray($userarticle)) {
if ($articlesd != "") $articlesd .= " "; $articlesd .= " ![]() |