Hello, How to Create a Registration, after which the user's Personal Account will be created? I have never done web programming before, I learned everything I needed in a week, rolled up the site, made the whole backend, left registration with my account, read about the sessions, but it didn’t give me anything, so please help me to understand this in more detail, It is possible to give links to examples or to articles, since I myself did not find a worker. Thank you all in advance!

  • If the information about the session did not give anything, then it makes no sense to go further, first it is worth understanding the session. But here it is interesting: how did you create the site over the week, and did the backend, when you didn’t know anything before? Can you show any code? - Alexxosipov
  • @Alexxosipov when I was in school I liked to play programming games, everything was easy for you, what code to throw off, I had the whole backend ready, and in the registration I had a php + ajax code, in fact everything is ready, but I ask you to drop links to articles or questions with an example, where the user's personal account is implemented, I will read about the sessions again, what do you need to know in addition to the sessions in order to implement your personal account? - skeet.cc
  • @Alexxosipov code you can look at in my other questions, it is just from the same project, and there is nothing more to register except for html + php code, in my personal account there is only html so far - skeet.cc

0