Jump to content

[SOLVED] mysql fetch array opposite


SN1P3R_85

Recommended Posts

hi everybody, i have a mysql table that is sorted by Id, that auto increments. I want to put the rows into an array, and then print elements from each row, but if i did this the normal way, it would print elements from Id 1, then Id 2, then Id 3, etc. I want it to do the opposite, so start with the highest, and print it all until it reaches the lowest Id. how would i do this? thanks

Link to comment
https://forums.phpfreaks.com/topic/122328-solved-mysql-fetch-array-opposite/
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.