I have a statement IF
with several conditions OR
there is some way to know what condition is being met:
if ($variables_tax_id_next == 201 ||
$variables_tax_id_next == 206 ||
$variables_tax_id_next == 211 ||
$variables_tax_id_next == 216 ||
$variables_tax_id_next == 226 ||
$variables_tax_id_next == 231 ||
$variables_tax_id_prev == 201 ||
$variables_tax_id_prev == 206 ||
$variables_tax_id_prev == 211 ||
$variables_tax_id_prev == 216 ||
$variables_tax_id_prev == 226 ||
$variables_tax_id_prev == 231){
}