Skip to content

Instantly share code, notes, and snippets.

@itisrazza
Created September 2, 2020 01:24
Show Gist options
  • Save itisrazza/77bb9b61b9e3d2f32051bf63ca4d5db1 to your computer and use it in GitHub Desktop.
Save itisrazza/77bb9b61b9e3d2f32051bf63ca4d5db1 to your computer and use it in GitHub Desktop.
PHP Redirect Snippet
<?php
$somelink = "https://thegreatrazz.nz/";
header("HTTP/1.1 303 See Other");
header("Location: $somelink");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment