Jump to content

forum


proud

Recommended Posts

Without any more information I'd simply suggest that you look up the "limit" command if you are using MySQL. If you do, you will find that you can use a query like this:

[code]SELECT * FROM [TABLE] ORDER BY [FIELD] DESC LIMIT 1, 50[/code]

I think this syntax is correct, but you will have to check it out :)

Scot McConnaughay
Link to comment
https://forums.phpfreaks.com/topic/34008-forum/#findComment-159856
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.