I'm running a query such as:
to get the first 10 rows back. I'm gonna keep the 0 in this because it will change later.
It keeps omitting the first row.
I'm sure I've done it right. I've checked the query in phpMyAdmin and it works fine.
Any ideas?
Code:
SELECT * FROM table ORDER BY field ASC LIMIT 0,10
It keeps omitting the first row.
I'm sure I've done it right. I've checked the query in phpMyAdmin and it works fine.
Any ideas?