Viewing 2 replies - 1 through 2 (of 2 total)
  • Hmmm…. it looks like your query has a LIMIT 20 included… is that working ok? (Dunno if you’re running the code you provided on production or not.)

    You could expand the LIMIT parameter to include a starting point. See here for more details. If that’s working, then you’d probably want to use a get parameter (?page=x) for paging. Take the get parameter, multiply by number of items per page, and you have the starting record for your LIMIT query.

    I hope this helps!

    Thread Starter thesnowjunkies

    (@thesnowjunkies)

    This does help, but the get parameter might be too complicated for me to figure out. Don’t suppose anyone can point me towards some sample code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Foreach Loop and Pagination’ is closed to new replies.