I have a lot of data in a database and I need to display them in php. Since I have for example 100 lines, I will not display them all at one and only time because the page was going to be unstructured.
The idea is to display the last 10 lines first. If the user clicks a mais
button, it displays the other 10, and so on until all 100, such as Gmail .
How is this done?