$tag = $_GET[tag];
$search = mysql_query("SELECT * FROM `threads` WHERE FIND_IN_SET('$tag', `tag`) = '$tag'");
why is this returning all of the rows in the table they all do not have the same tags none of them have the same tags as each other yet
the column name is tag.
the search term is $tag in the url (hence the get)
please i do not understanddddddddddd help!?
and then i tried taking the = '$tag' part out and well.... its not working... at all. even tho the tag matches one of the rows tag feild.. it comes up NOTHING.