i have a few pages with articles on and and it works like ?x=hardware&id=1&pg=1 etc
and on the page where the article is displayed i want a NEXT link when click goes to the next page of the current article so i want it to work out what the next page will be something like.
take $id + 1 = $next then i can put <a href="<? echo "$next" ?>Next</a>
i know this is probably simple but ive never done anything like this.