That would help me with my problem, I don't think. In my script, I want to give error messages if they don't include their username and/or password and also if their entries don't match anything in the database. Naturally, I don't want to give them the non-match error if they didn't even enter a username...I just want to give them an error indicating that they have to provide a username. So as far as I can see, I have to use exit so further errors don't get shown, at least not until they apply. The problem is that I'd like to have links at the bottom of the page output to the screen regardless, but I don't seem to be able to do that since exit stops the entire script, not just php.
It's not a big deal, I can go without the links, as long as I have them display when no errors are triggered. If anyone has some ideas though, I'd like to hear them.