How to create a protected area on a website !! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to create a protected area on a website !!

Hello everyone, I have a little question that maybe you will be interested, I have just completed the front-end development of a site for marriage, nothing unusual very "simple", but now I am facing a problem, debo create a private area (by clicking a button) accessible only by password that redirects me to a Google form.Questa is necessary because it allows guests to book with name, family members etc. .. reason why it must be accessible only to real guests and not to the whole world! Help me please you !!! 😖😖😖

18th Jan 2019, 10:37 AM
<StraMa/Design>
<StraMa/Design> - avatar
6 Answers
+ 6
You cannot build secure system merely on front end. Use php and mysql to setup a backend system that could authenticate the user using register/login/logout access control. Once user is authenticated, then use session to control the authenticated access.
18th Jan 2019, 10:51 AM
Calviղ
Calviղ - avatar
+ 3
If you not explore to back end yet, you should start from learning the basic of php and mysql first. Creating a pretected website with register/login /logout authentication features is deeper topic, which involves php post submission, html entity escape filtering, form validation, interacting with mysql using crud operations , password salt hashing, session control, page routing, user email confirm validation etc.
18th Jan 2019, 4:35 PM
Calviղ
Calviղ - avatar
+ 2
Hello Calviղ , thanks for the reply! 👊 carrying out research on this I understood that I had to do so but I can not find a valid way to do it, unfortunately I have not yet reached the development back-end and then I have to arrange, do you have any suggestions or tutorials well explained to suggest? 😊
18th Jan 2019, 11:02 AM
<StraMa/Design>
<StraMa/Design> - avatar
+ 1
Thank you all guys! 👊
19th Jan 2019, 6:00 AM
<StraMa/Design>
<StraMa/Design> - avatar
0
tnks all guys
18th Jan 2019, 8:17 PM
m_dreiboew
m_dreiboew - avatar
0
ддзз
18th Jan 2019, 10:59 PM
Kaneki Ken
Kaneki Ken - avatar