Hello! 🙂
I do have this.
$Query = "SELECT * FROM tabs WHERE artist OR title LIKE '%$search%' AND type = '$type' ORDER BY artist;" or die (mysql_error());
I would like it to find, all rows where type is like '$type' and the artist or title is like '%$search%'
Thanks.