This is if statement $_REQUEST if the language translated i need to set the opposite, if the language not translated, what its looks like, please help which one is correct? or no one of them
Or, you can do so: $languages = array('EN','TR'); if(!in_array($_REQUEST['language'],$languages)){ echo '$language is not in the array.'; } PHP: