PHP Code:
if ($_GET['artist'] == "" || $_GET['title'] == "" || $_GET['type'] != 1-5) {
        
$error True;

Where is says 1-5 I need to check if type= 1 2 3 4 or 5 and not return $error= True;. I dont know how....Pleas help. Thanks ALOT.