dear,
i have a loop to work out, example there are 120 looping times, and then i will print out the value of looping times like:
1 time
2 time
3 time
..
..
..
120 time
but i want is separate to 20 times per page then i will show "next" to let user click to next page, like:
1 time
2 time
3 time
..
..
20 time
NEXT >>
<HR>
when user click NEXT, the page will continue go
21 time
22 time
23 time
..
..
NEXT>>
<HR>
.
.
.
all are not database related, and no hard code, possible to do that?
i have a loop to work out, example there are 120 looping times, and then i will print out the value of looping times like:
1 time
2 time
3 time
..
..
..
120 time
but i want is separate to 20 times per page then i will show "next" to let user click to next page, like:
1 time
2 time
3 time
..
..
20 time
NEXT >>
<HR>
when user click NEXT, the page will continue go
21 time
22 time
23 time
..
..
NEXT>>
<HR>
.
.
.
all are not database related, and no hard code, possible to do that?
Comment