News

numrowsperpage = $thislimit; $row = $_REQUEST["row"]; $result = "select * from news order by date desc"; $query2 = $nav->execute($result, $db, "mysql"); $rows = mysql_num_rows($query2); echo "
"; $links = $nav->getlinks("all", "on"); for ($y = 0; $y < count($links); $y++) { echo $links[$y] . "  "; } echo "

"; for ($y = 0; $y < $rows; $y++) { $pics2 = mysql_fetch_object($query2); $dcontent =$pics2->teaser; $dt1 = strtotime($pics2->date); $dt = date("D dS M Y",$dt1); $dt2 =date(" H:i ",$dt1); $dcontent = nl2br($dcontent); echo "

$pics2->title

$dcontent
id&keepThis=true&TB_iframe=true&height=500&width=600\" title=\"$pics2->title\" class=thickbox>More...

"; } echo "

"; $links = $nav->getlinks("all", "on"); for ($y = 0; $y < count($links); $y++) { echo $links[$y] . "  "; } echo "
"; ?>