A little help with php source. All help appreciated.
Posted: Sat May 15, 2004 3:46 am
I'm using CuteNews on my site. And have a problem with previous page/next page buttons.
I looks like this: i have two categories of news 1-Important(only 3 one the site, at the top) and 2-news(many on the site, below important) and when i added
all help appreciated
I looks like this: i have two categories of news 1-Important(only 3 one the site, at the top) and 2-news(many on the site, below important) and when i added
all news are ok but when i click "next page" important new disappear and all i see is are 5 news. What should i add to see Importants on every "next page" or "previous page" i click, too ??$category = "1";
include("$path/show_news.php");
$category = "2";
$number = "5";
include("$path/show_news.php");
all help appreciated