if ($ssn_ud == $ssn && $name_ud == $name && $eff_date == $eff_date_ud && $status_ud == $status && $co_code_ud == $co_code && $product_ud == $product && $pol_num_ud == $pol_num) {
How is this if statement shortened to include all of the checks. How would I incorporate a loop into that?