09-25-2007, 09:42 AM
|
#3 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Change:
SELECT * FROM tutorials WHERE category IN ('Drawing, Effects, Forum Signatures, General Design, Photo Effects, Special Effects, Text, Tips & Tricks, Web Design)
To:
SELECT * FROM tutorials WHERE category IN ('Drawing', 'Effects', 'Forum Signatures', 'General Design', 'Photo Effects', 'Special Effects', 'Text', 'Tips & Tricks', 'Web Design')
If we knew your table structures, there'd likely be a much easier SQL query that we could use. But the above should work from what you've provided so far.
|
|
|
|