0
Getting last ID in database
How to use php to get the last Id in my database When it is a integer?
2 ответов
+ 5
SELECT id FROM table DESC LIMIT 1
0
Hi Toni, i will try to see if it works, thanks mate
How to use php to get the last Id in my database When it is a integer?