I'm trying to make a simple credentials checking php script. I have everything figured out except for after I verify them I want to re-direct their browser to a different page, how do I do that. Header() only works if it's the first thing that's called so that wont work, any other ideas or know of a site with some tips?