
Can anybody help me out with a bit of PHP code that I’m trying to create ?
I want to write a script to pull from a DB a list of results based on a search heading, but only show the fist 20 then provide a link to show the next 20 from the DB then the following 20.
I can count the number of results with the heading that I want to use and pull the first 20, I just can’t find any info on how to pull the next 20 and so on with out repeating the first set of results.
The results from the DB will be updated all the time so giving them an auto increment value will not work either.
I would much appreciate any help, hopefully with a script in PHP that I can transform to do the job.
AndyX