Hi,
am tryin to use this search query
$query = 'SELECT * FROM CD_data
WHERE (Artist LIKE '$title%') OR (Title LIKE '$title%')
OR (Genre LIKE '$title%')';
the '$title' value is a value from a text box. This doesn't work for some reason. but it is definatley a valid SQL statement.
any ideas why this doesnt' work?🙁
thanks