header('Location: bla.com');
exit();
Whats the reason behind people putting exit() after header, I see it useless as a header redirecting someone will redirect them to a different page overall.
Possible reason I could see is that, while redirecting, php stilll continues with the code?
Thanks for any possible answers