Make a redirect in PHP
Share this:

Use the following code to Make a redirect in PHP

header(“Location: https://example.com/myOtherPage.php”); die();

Recommended For You

Share this: