How to create a client space
Hello, I am a photographer and I would like to create a client space for them to see there wedding photography.
Simply a web page protected by a password.
I dont' need the ultimate security since its only there wedding images.
I will provide them with the password so I don't need them to login to a database to get it.
I know how to do my PHP coding with the help of a book...
If the password is "1234" open this page.
Elseif the password is "abcd" open this page, and so on.
Else there is an error.
My problem is how to write the code making the link directly to the page to open it without opening a PHP page with the link.
I want them to open the page as soon as they press the submit button.
Do I need to use the "echo" line?
Thank you!
