Hi,
In the header of one of my pages, I check to see if a user is allowed into a certain section of the web site. Basically, the page loads up and they are asked to put in a username/password combo. When they post the form, it reloads that page with that information. That's when their identity is checked. If their username/password matches the database, then a cookie is set to their hard drive that tells the web site "Yea, this guy had the correct username/password combo" in not so many words. Then it should automatically forward to the next page. What do I use to get it to go to another page?
Thanks a bunch