How can I create a login and registration site? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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.

11th Feb 2017, 5:25 AM
Stern Ritter
Stern Ritter - avatar
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
11th Feb 2017, 5:36 AM
James Burton
James Burton - avatar
+ 2
Thanks for your answer
11th Feb 2017, 5:49 AM
Stern Ritter
Stern Ritter - avatar