Jump to content

mysql and php (rows)


SypherGaming

Recommended Posts

personally I add:

 

ORDER BY rowname DESC LIMIT 1

 

to the SELECT * code

 

for example if you have auto_increamental ID row called ID it would be

 

ORDER BY ID DESC LIMIT 1

 

and then you can change to LIMIT 2, LIMIT 3 and so on depending on how many you want it to show

Link to comment
https://forums.phpfreaks.com/topic/230600-mysql-and-php-rows/#findComment-1187365
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.