Vergus Lee
New member
window with a required password? js+php: how to protect the displayed main page from access using popup black window with a required password?
So, you type mysite.com If you don't enter a proper password, you don't see the website.
As I understand, the password should be stored at the mysql database and stored as a $phpvariable1="abc123";
Does anybody have an example of this code?
So, you type mysite.com If you don't enter a proper password, you don't see the website.
As I understand, the password should be stored at the mysql database and stored as a $phpvariable1="abc123";
Does anybody have an example of this code?