Skip to content
Advertisement

Tag: session

Pass data from PHP to HTML

Edit: Thank you for your help and time. I will change all my extension to .php as recommended and check the link that was shared :)! I’m a beginner at coding and I have been stuck for a few days on a problem. So, I have coded a html page with a login form. Once the user click the button

Is this php login system secure? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago. Improve this question Is this login page secure, researching about sql-injection, is their a vulnerability if so how do I manage it? I previously

SQL database value to variable

So, I am kinda new to php and mysql, but I have found a login form and adapted it to my needs as I dont have the knowledge to make one my self yet. I added a firstname and surname column into the database and the register form adds the values into the database fine. Now I want to be

Advertisement