'articles', 'where' => whereRecordNumberInUrl(1), 'limit' => '1', )); $articlesRecord = @$articlesRecords[0]; // get first record // show error message if no matching record is found if (!$articlesRecord) { dieWith404("Record not found!"); } $where = ""; $where = "categoryNum = '".mysql_escape($articlesRecord['categoryNum'])."' AND num != '".intval($articlesRecord['num'])."'"; list($relatedArticles, $relatedArticlesMetaData) = getRecords(array( 'tableName' => 'articles', 'allowSearch' => false, 'limit' => 5, 'orderBy' => 'createdDate DESC', 'where' => $where, )); ?> OSGA NEWS
MENU


NEWS




By:
Published:






Download
No record found!

Email this Page >>

Related Articles:



'articles', // Section these comments are associated with, such as: "articles", "blog", "about_us". 'recordNum' => $articlesRecord['num'], // Record num these comments are associated with, such as: $record['num'] or 1 'themeName' => 'default', // HTML theme to display comments with, from /plugins/websiteComments/themes 'pageName' => $articlesRecord['title'], // Page name displayed in comment notification emails, such as: $record['title'] or "Custom Text" 'pageUrl' => $thisPageUrl, // Page URL displayed in comment notification emails, such as realurl($record['_link']) )); ?>


WHAT GOOD IS WINNING IF YOU DON'T GET PAID?

© Copyright 2016 OSGA.com. All rights reserved.