Skip to content

Instantly share code, notes, and snippets.

@alfintechcomputer
Created November 15, 2020 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfintechcomputer/fd7bf66481e70ad2d7b76d69b55bafc5 to your computer and use it in GitHub Desktop.
Save alfintechcomputer/fd7bf66481e70ad2d7b76d69b55bafc5 to your computer and use it in GitHub Desktop.
HTTP request with PHP
<?php
function redirect($new_page) {
header('Location: ' . $new_page);
exit;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment