Make a redirect in PHP

May 25, 2022

Use the following code to Make a redirect in PHP header(“Location: https://example.com/myOtherPage.php”); die();