Friends, in the following query, I sometimes want to query all in the "$name" part, basically how can I query all the values in a cell within the WHERE clause? In other words, how can I query something like "select * from table WHERE id='$value' AND name= '$value2'" but with "name" as a wildcard character?