-6
  1. user enter website
  2. He viewed 5 record from database.
  3. on clicking next button he can view next 5 record .
  4. on clicking prev button he should be able to view prev 5 record.

Basically, user should be able to access database page by page.

Funk Forty Niner
  • 74,450
  • 15
  • 68
  • 141
abc
  • 1
  • 1

2 Answers2

0

Have a look at some tutorials like this: http://aspektas.com/blog/really-simple-php-pagination/

There are also many questions similar, take a look at this: Simple PHP Pagination script

It's not too difficult

Community
  • 1
  • 1
Adam
  • 1,957
  • 3
  • 27
  • 56
0

you can use PAGINATION functionality. for that you have to use LIMIT in query.

Nisarg
  • 3,024
  • 5
  • 32
  • 54