true, 'use_rfc822' => true); if (Validate::email($_GET['value'], $options)) { echo "1"; } else { echo "0"; } ?>