$arr = array('php','java','python'); if ( in_array( 'java', $arr ) ) { echo 'available'; }else{ echo 'not available'; }