I have 30 pages. sort by numbers ?page1 ?page2 ?page3......?page30
Assume Now, I stay on page=1 http://localhost/flowplayer/manga/manga_demo2.php?page=1
and If I want to add a button that link to next page (current page+1) How should I do?
This is my try but not work.
<input type="button" onclick="location.href='<?php echo $_SERVER['REQUEST_URI'] + 1;?>';" value="Next">