It redirects to page.php without * processing the rest of the commands.
* Technically, execution continues after the header is called, unless you specifically stop it after (die, exit). You will never notice this if you just set variables and display stuff, but if you have commands that change the database, it can be very difficult to figure out where these changes come from.
source
share