in mysql I can use:
"select * from guestbook order by msgID DESC limit $offset,$limit"
where $offset is a number on wish line to star on and $limit is a number of how many records to show
I would léŸÂe to do the same thing i mssql
is there anyone who has an idea how?
.patrik
"select * from guestbook order by msgID DESC limit $offset,$limit"
where $offset is a number on wish line to star on and $limit is a number of how many records to show
I would léŸÂe to do the same thing i mssql
is there anyone who has an idea how?
.patrik