How to redirect a page using php?
PHP can be used to redirect a user from one page to another using the `header()` function.
Example:
header('Location: new_page.php');
Solution:
header('Location: new_page.php');
exit;
PHP can be used to redirect a user from one page to another using the `header()` function.How to redirect a page using php?
Solution:
header('Location: new_page.php');
header('Location: new_page.php');
exit;