Design a page where you can write password and email and tge message comes when you try write"you are unsecure"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Design a page where you can write password and email and tge message comes when you try write"you are unsecure"?

using of HTML,JavaScript,java,c++,css,php

5th Mar 2017, 2:33 PM
Ashraf choudhury
Ashraf choudhury - avatar
2 Answers
+ 1
You can use PHP session variables to record when someone has logged in. Store username and password combos in an SQL database. Use PHP POST to collect user input into username password HTML form, and send it to the server where it can be compared against database entries for a match.
5th Mar 2017, 4:18 PM
Jonathan Hale
Jonathan Hale - avatar
0
And if you are referring to SSL you can use the system variable to check wether the client is accessing via HTTP or HTTPS or you just redirect all http traffic to HTTPS
25th Mar 2018, 7:40 PM
Jean-louis du Plessis
Jean-louis du Plessis - avatar