How do I login and enter a user profile?

Asked

Viewed 26 times

0

I have my user registration system and the login in which a command searches the records of login and should return the entry to the respective user profile. In this part I was left aimless. I searched and found no articles nor posts on the subject. Would anyone here have any tips on what I should study to be able to do this? (in case the user is redirected to your account after the login).

  • 1

    It would be good if you put the code you already have, so that we could help with your doubts. But on the internet you find a lot of tutorials and video lessons on how to do. Here’s a:http://www.devmedia.com.br/criando-um-system-de-cadastree-login-com-php-e-mysql/37213 .

  • thanks, but in case this login system shown on this site is safe ?

  • It is a very simple system, even uses the mysql, which has been discontinued in the new versions of php and is now used mysqli. But I believe that for you that this beginning is good to start with these simple systems to understand the logic, and from there, go forward.

  • yes thanks, I can even edit the code edit the code and put in mysqli that would help get used to.

  • Yes. but to have greater security, I recommend the Prepared statement, along with email validations, encryption and there goes...

  • In the linked question above you have several answers, with several different considerations. Use as a starting point for your research and testing. Remember to see other posts on the subject by Login PHP in the site search. And in the right margin of the page, there is a list of things related too.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.