I have a form in one.php that is set to action.php. In action.php, if a certain criteria is met, it goes to header("Location: one.php?error=criteria"). When I don't meet the criteria, it seems to work fine, but when I meet the criteria, it shows my webpage with a "302 Found" error at the top. What does that mean?