require_once 'include/page.setup.inc.php'; $page = new renderPage($title, $content, $subNavArr, '', '', ''); $pInf = prepItemContent($_GET[id]); ?>
![]() |
echo htmlspecialchars($title); ?> |
$stmt = "select * from `" . IMG_TBL . "` where `NEWS_ID`='$_GET[id]' order by `ID` ";
$res = jmq($stmt, __LINE__,__FILE__);
if (mnr($res)>0)
{
echo ' ';
while ($ln = jss(mysql_fetch_array($res, MYSQL_ASSOC)))
{
echo ' ';
echo '';
}
echo '';
echo $pInf[STORY];
echo ' ';
?>
|
close window |