Answers for "PHP code to redirect a user from a page to an alternate destination"

PHP
0

PHP code to redirect a user from a page to an alternate destination

<?php
header("Location: http://www.example.com/another-page.php");
exit();
?>
Posted by: Guest on April-10-2022

Code answers related to "PHP code to redirect a user from a page to an alternate destination"

Browse Popular Code Answers by Language