I want to do something simple. I want to be able to type in a password in a form and have the PHP file detect it then redirect to a new URL if it is correct. For example if I give client 'A' a password and he types it in to the home page.. I want him to go to a specific URL.
I have the detection done, but I can't find the code to open a new browser window with a new URL.
Any suggestions?