Hey Guys, I have been trying to make the current page url go up by 1 for example:
home.php?j=145 to home.php?j=146

I have already collected the current page url through PHP and the code below doesn't seem to work..

$nextlink = curPageURL(+ 1);

can anyone correct this please?