View Single Post
Old 09-25-2007, 09:30 PM   #4 (permalink)
Tozzie
The Wanderer
 
Join Date: Sep 2007
Posts: 8
Thanks: 0
Tozzie is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
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 :)
Tozzie is offline  
Reply With Quote