Prevent any possible XSS attacks via $_GET.
$_GET
stripget( string $check_url ) : bool
$check_url (array|string) (Required) String or array to be stripped.
(bool) True if the URL is not secure.
if (stripget($_GET)) { // }