Search Results

A

Anonymous

Guest
Hi guys,

I have designed a job posting website using PHP and when a client searches for specific jobs it currently brings them back to one page, I would like to seperate this to ten a page. Does anyone know how I would go about doing this. Have an idea of the sql using the LIMIT function but not sure about the rest.

Any help appreciated.

Thanks in advance.
 
This is what's commonly referred to as pagination. There are a couple good tutorials out there:

http://www.google.com/search?q=php+OR+mysql+pagination+tutorial
 
Back
Top