Answers for "can we use a header function to redirect the user to another page"

PHP
29

php redirect

//PHP redirect
header("Location: https://www.codegrepper.com/my-redirect-page.php");
die();
Posted by: Guest on August-06-2019
3

How do I make a redirect in PHP?

//PHP redirect
header("Location: https://www.codegrepper.com/my-redirect-page.php");
die();
Posted by: Guest on May-18-2020

Code answers related to "can we use a header function to redirect the user to another page"

Browse Popular Code Answers by Language