Answers for "how to redirect a page to url in php"

PHP
4

php redirect to url

header("Location: http://example.com/myOtherPage.php");
die();
Posted by: Guest on July-27-2020

Code answers related to "how to redirect a page to url in php"

Browse Popular Code Answers by Language