Hi All,
I want a client to be able to use a password form (text field, password field, submit button) and then redirect them to a private page.I want the form on every page in the top right hand corner.
The problem is that most tutorials show how to:
Click a hyperlink or manually input a URL
Pulls up the password form in a serparate page.
Loads the desired page after the correct details are entered.
What I need however is the following:
The password form is situated in the top right of all my pages.
When the correct details are entered the client is redirected to private page.
Does anyone know a quick and simple way of doing this? I went to PHP Freaks first but no-one seemed to have a clue. :glare:
I'm a complete newb to PHP btw.