you can change the 'limit 5' to 'limit 10' or however many news posts you want to limit it too .. if you want to completely eliminate the limit, i just take it off
PHP Code:
$result=mysql_query("select * from news order by id desc");
i would suggest putting some limit on it though