Hello,
I am not very experienced in PHP, but would like to make a simple
script that will get ordered data from mySql source and present it in
web browser on several pages. I.e. Having 100 records, I would like to
show only first 20, and have some links: 1 2 3 ... n to next pages
(i.e. clicking on 2 will show records from 20 to 40, etc.). I believe
it is very simple script, so... it is supported by some PHP libraries
or it provides built-in functionality to make such solution easy to
implement? Thank you very much!
regards, Mark
I am not very experienced in PHP, but would like to make a simple
script that will get ordered data from mySql source and present it in
web browser on several pages. I.e. Having 100 records, I would like to
show only first 20, and have some links: 1 2 3 ... n to next pages
(i.e. clicking on 2 will show records from 20 to 40, etc.). I believe
it is very simple script, so... it is supported by some PHP libraries
or it provides built-in functionality to make such solution easy to
implement? Thank you very much!
regards, Mark
Comment