When the bomb drops, the real fun begins, so let's get to work.
i'm currently using this:SELECT * FROM files_art order by $srt limit $offset,$showamntwhere the vars are user definedwould using this:SELECT * FROM files_art order by $srt desc limit $offset,$showamntwork then?creatine
Post a Comment
1 comment:
i'm currently using this:
SELECT * FROM files_art order by $srt limit $offset,$showamnt
where the vars are user defined
would using this:
SELECT * FROM files_art order by $srt desc limit $offset,$showamnt
work then?
creatine
Post a Comment