Does anyone know where and/or how I can limit the number of lines in de RSS-Feed? I use the PHPWCMS script as a newsscript (YES, it does work!

I hope that some one can help... Thanks in advance!
Cheers Drubus
Code: Select all
while($i<3){
$row .= @fgets($fp, 4096);
$i++
}