+ 1
How to make log in page in php
I ned someone to learner me to make log in page in php
1 ответ
+ 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