Thx that worked!
Type: Posts; User: Null; Keyword(s):
Thx that worked!
Nope, I want to order it the same way as I select the id's.
Sometimes it's 2, 4, 1 and sometimes 4, 2, 5 it's dynamic and that order must be presented.. but how to do that?
Ok and what to do if I want to get these id's AND order them in the way they are given, so like:
SELECT * FROM mytable WHERE id IN (11, 2, 5);
So it shows the id's in this order to. Currently the...