I have an SQL query which returns a set of data (around 40-50 tuples). I would like to display the results 5 at a time on an HTML page using PHP.
Zaten doğru SELECT deyimi var başardı, ama "daha" düğmesini kullanarak 5 ile sonuçlar 5 görüntülemek için sorunlar yaşıyorum.
Can you please help? Note that every time i call the query, the data is being randomized, so it is not possible to set limits and call the query again. I have to find the method to store the results somewhere, and then show them 5 by 5.