How to Call More Than One FID
SunDi3yansyah Offline
Junior Member
**
Posts: 23
Joined: Dec 2012
Post: #1
How to Call More Than One FID
I was a little confused to call more than 1 forum in PHP files
whether this was

Code:
1
2
3
4
5
6
    $query = $db->query("
    SELECT * 
    FROM ".TABLE_PREFIX."threads 
    WHERE fid='78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102' 
    ORDER BY `tid` 
    DESC LIMIT 10");


but it does not work, only 78 were called FID
is there anything that can help me


solved
(This post was last modified: 04-16-2013 04:19 PM by SunDi3yansyah.)
04-16-2013 03:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: