$nValue) { $_POST['notify'][$nKey] = (int)$nValue; } } if (isset($_GET['notify'])) { if (!is_array($_GET['notify'])) { $_GET['notify'] = array($_GET['notify']); } foreach ($_GET['notify'] as $nKey => $nValue) { $_GET['notify'][$nKey] = (int)$nValue; } }