SELECT strName, strFriendly, strMethod, strIngreds, strIntro, strCourse, strCuisine, strThumb, dateAdded, VIDURL, ORIGIN, METHOD, TYPE FROM tblrecipe WHERE strActive = 'y' AND ORIGIN LIKE '%French%' OR ORIGIN LIKE '%Spanish%' OR ORIGIN LIKE '%French%' OR ORIGIN LIKE '%Italian%' OR ORIGIN LIKE '%Hungarian%' ORDER BY strName ASC LIMIT 016
European recipes
ORDER BY
OR