php header location redirect on same page code example
Example: php location same page
header("Location: " . "http://" . $_SERVER['HTTP_HOST'] . $location);
header("Location: " . "http://" . $_SERVER['HTTP_HOST'] . $location);