is it possible to redirect to the same page? code example
Example: php location same page
header("Location: " . "http://" . $_SERVER['HTTP_HOST'] . $location);
header("Location: " . "http://" . $_SERVER['HTTP_HOST'] . $location);