hey, I was wondering what command redirected people to another page automatically. thx for the help!
In PHP, it's header() followed by exit(). In HTML, you can use a meta refresh.
thank you