How to make log in page in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make log in page in php

I ned someone to learner me to make log in page in php

27th Nov 2019, 8:04 PM
ss ram
ss ram - avatar
1 Answer
+ 5
ss ram make an html basic form then connect it with back-end database and add php coding according to the name defined in the form. Check the connectivity with isset() function then write insert query in php and execute that and fetch the result your work will be done for login user code. Assign session to each user so that an default amount of time can be given to the user after which the user will automatically logged out from server An basic implement of that is in below code https://code.sololearn.com/wL1nTD46BZuX/?ref=app https://code.sololearn.com/wNJIukAbu15e/?ref=app
27th Nov 2019, 8:39 PM
GAWEN STEASY
GAWEN STEASY - avatar