How to display 10 records per page?

How to display 10 records per page?, 8.0 out of 10 based on 1 rating
VN:F [1.9.7_1111]
Rating: 8.0/10 (1 vote cast)

How to display 10 records per page?

Code

SELECT * FROM `your_table` LIMIT 0, 10

No related Tech posts.

About the Author