How to make a login system with php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make a login system with php

I have marked a web site and a login system but now I want that the user wich are signed Up can only post a query ? How can I do that In php

8th Dec 2021, 4:37 PM
Shaurya Srivastava
Shaurya Srivastava - avatar
3 Answers
+ 4
I would solve the problem with a session ID. For the registered members there is in a MySQL database e.g. a table user, in which each member is entered with its own id.
8th Dec 2021, 5:18 PM
JaScript
JaScript - avatar
+ 2
Thanks Mr.(JaScript) 😊
8th Dec 2021, 5:20 PM
Shaurya Srivastava
Shaurya Srivastava - avatar
0
You are welcome Shaurya Srivastava .
8th Dec 2021, 7:19 PM
JaScript
JaScript - avatar