09-25-2007, 09:30 PM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Sep 2007
Posts: 8
Thanks: 0
|
Quote:
Originally Posted by Salathe
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.
|
:D thanks! that worked perfectly :)
|
|
|
|