Write a PHP script to redirect a user to a different page. code example Example: php redirect to page header("Location: /"); exit();