0

Im trying to figure out how to achieve this:

http://t-webdesign.co.uk/projects/geusa/industry_jobs.html

Evenutually there will be lots of job postings under different industries, what would be the best way of implementing the 'page' links so i can display just 7 or 8 jobs at a time?

Thank you

user195257
  • 3,186
  • 5
  • 36
  • 49
  • 1
    possible duplicate of [How do you implement pagination in PHP?](http://stackoverflow.com/questions/267892/how-do-you-implement-pagination-in-php) – Quentin May 16 '10 at 18:37
  • possible duplicate of 500 other questions – Galen May 16 '10 at 19:01

1 Answers1

1

You can use a pagination class for that.

Sarfraz
  • 377,238
  • 77
  • 533
  • 578