+ 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
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.
+ 2
Thanks Mr.(JaScript) đ
0
You are welcome Shaurya Srivastava .