php - Password protected website -


so want make password protected website , works 1 time website cannot abused , admin me have access generate password without people cannot access index of site , please?

you need delete password after used view page, oder add column used tinyint, when used=0 password used view page. when used=1 has used, not valid.

the comparison need done in sql validates it.

the changing of used or remove of password needs done directly after has been validated.

add code answer better , know done till time.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -