0
I have a lot of data in a database and need to display it in php. Since I have for example 100 lines, I won’t display them all at once because the page would be unstructured.
The idea eh, display the last 10 lines first. If the user clicks a button mais
, displays the other 10 and so on until all 100 are finished, as in Gmail.
How do you do it?
Post the code you already made. I suggest a search about pagination.
– Marlon Castro