Ok I have this script bellow
<?php
echo "<table cellspacing=0 cellpadding=3 border=0>";
include "comments.dat";
$limit = 5;
for ($i = 0; $i < $limit; $i++, $c = $c - 1){;
$news = str_replace(" ", "", $fp[$c]);
if($news != ""){
echo "</table>";
?>
an dit should limit the news.
But once again it isn't working
When it does limit the news I also would like it to have a list down the bottom, eg
#############################################
News subject
news - jiosdfiojjiosdf
bellow the news this should show up, read archive,
(this links to previous news or page if there is any) <<1(1st page) 2 (2nd page etc etc) >> (this is links next page)
hwo do I go about doing that, is someone able to give me a code for it.
thanks