+ 2
How can I create a login and registration site?
How can I create a login and registration where I can save accounts? Thanks for your Informations.
2 Respuestas
+ 3
You could check out this tutorial for some information on a user database as it relates to forums:
https://code.tutsplus.com/tutorials/how-to-create-a-phpmysql-powered-forum-from-scratch--net-10188
Though I recommend learning some SQL for help with managing the accounts.
TIP: In the tutorial, when creating a TABLE use ENGINE at the end instead of TYPE as it is deprecated since ~5.1
+ 2
Thanks for your answer