I can´t get this working!
I need to sort out artist whos names start with B and have the field show, containing the value yes.
Please help me!
$resultat =
mysql_query("SELECT * FROM artist WHERE namnet LIKE 'B%' AND show ='yes') ORDER BY namnet",$db);