Nightfire
09-01-2002, 08:46 PM
I'm not sure how to do this. I'm suing php with mysql, and in the photo field, it showing the info as /tmp/dsws etc. I've tried:
SELECT `id`,`username`,`photo` FROM `members` WHERE `photo` LIKE '%/tmp/' LIMIT 0, 30
But it shows no results. What am I doing wrong?
SELECT `id`,`username`,`photo` FROM `members` WHERE `photo` LIKE '%/tmp/' LIMIT 0, 30
But it shows no results. What am I doing wrong?