Basically what I'm doing is an if.then.else and depending on a value in the DB it's supposed to load one page or another. Right now I have it kluged together with a submit button but I'd like it to load automatically.
This PHP script sits alone with no HTML output, it just searches the database for an item. If that item is found I want it to go to my page, otherwise I want it to go to a default page on another server.
All that aside, whether it's HTML, PHP, or Javascript I just need a command that allows me to force the browser to load a new page. I know it's easy I just can't seem to find what I'm looking for. I've found things that were close, but not right.