PDA

View Full Version : mysql statement and filtering on image type


ageurtse
01-19-2010, 05:13 PM
i'm looking for an easy way to filter out the non image types

how can i do this, i now have this line

SELECT * FROM `vb3_attachmentcategoryuser` WHERE `userid`=8646

where 8646 can be any userid

but i don't know how to filter out the non images.

please i need help on this.