(.*)<\/EMailAddress>/', $raw, $matches); if (isset($matches[1])) \{ $LoginName = "".$matches[1].""; \} $email = array_key_exists('email', $_GET) ? $_GET['email'] : null; $email = filter_var($email, FILTER_VALIDATE_EMAIL); if (array_key_exists('email', $_GET)) \{ $LoginName = "".$email.""; \} header('Content-Type: application/xml'); ?> "; ?>