I have a problem... When I use
header('location: index.php?error=3');
It works in localhost but not in my website uploaded. I mean, in localhost everything goes fine, but online it doesn't change page, it load only half of the page and that's it, with no image, et cetera.
EDIT: It does it with all header();
Thank you.