require "top_nav.inc"; ?>
require "site_nav.inc"; ?>
|
Join Our Fisherman's Forum |
We've provided this forum to share information, a picture of the Big Catch, and exchange ideas. It's quick and easy to create a free account.
|
|
Recent News |
display_blog_titles($con, $limit = 10);
?>
|
|
|
|
Fisherman's Report |
Topics | Replies | Author | Views | Last Post |
$start_limit = $_REQUEST["start_limit"];
if($start_limit == '') $start_limit = 0;
$end_limit = $start_limit + 20;
$sql = "select id, date, title, author, views, last_updated, replies from forum_topic where display_content = 'Y' order by id desc limit ".$start_limit.",".$end_limit;
$result = @mysqli_query($con, $sql);
while ($row = @mysqli_fetch_array($result, MYSQL_ASSOC)) {
$row_color = '#ffffff';
$i++;
if($i % 2 == 0) $row_color = '#eeeeee';
$topic_link = "".stripslashes($row["title"])."";
?>
|
|
|
|
|
}
?>
|
|