ryancooper
09-08-2010, 01:23 PM
I am trying to sellect all threads that have a tag of Orlando and or Florida
How can I do this?
This is what I have for one and it works but I don;t know how to add the And/OR part!
SELECT threadid, title, postusername,postuserid,dateline
FROM " . TABLE_PREFIX . "thread
WHERE taglist LIKE 'orlando'
ORDER BY dateline DESC
LIMIT 5
Thanks for any help!
How can I do this?
This is what I have for one and it works but I don;t know how to add the And/OR part!
SELECT threadid, title, postusername,postuserid,dateline
FROM " . TABLE_PREFIX . "thread
WHERE taglist LIKE 'orlando'
ORDER BY dateline DESC
LIMIT 5
Thanks for any help!