09-25-2007, 07:26 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Sep 2007
Location: London, UK
Posts: 47
Thanks: 4
|
So I'm guessing that you want a sql query, try this:
Code:
SELECT * FROM tutorials WHERE `tutorials`.`catagory` = 'photoshop'
Should work...
|
|
|
|