29.01.2014, 12:26
I'd need help ( Ideawise ) how to read last 20 lines from MySQL DB, so they could be stored in array....
SQL Code for Last 20 lines would be like:
Thanks in advance...
SQL Code for Last 20 lines would be like:
Код:
SELECT * FROM `table` ORDER BY ID DESC LIMIT 20