Skip to content

Tag: php

Reverse Table rows in While Loop

I am appending rows to a table that has pagination. My db query sorts by ASC which is what I need but the order of records should be reversed on each page. So the first page should be the newest …