You could try this:

Code:
  if (in_array((int)$_GET['products_id'] ,explode('14','82')) ) {
    $flag_disable_right = true;
  }