Great to use once you passed values from $_GET to $_SESSION and don’t want the $_GET values to stay in the URL…. Also good if you’re processed data from a form… process and reload page…
// Redirect / reload header('Location: /pathname/pagename/'); exit();
Main Category