Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
1 answer
86 views

Security of the login code on the website

I wrote the code to log in php to the admin panel. Everything works as it should. But I am not sure if it is well written code and if it is safe. I care about security. I have read a lot about it but ...
test's user avatar
  • 41
3 votes
3 answers
740 views

PHP-MySQL sign-in and sign-up project

I have done my first PHP-MySQL project with MySQLi connection. Please review this and inform me about security and performance issues. dbconnect.php ...
USer345738380's user avatar
2 votes
0 answers
69 views

Online store for pies - Part 2: User authentication

I'm building an angular application using AngularJS and AngularFire. As this is the second part of this "series" it might be a good idea to also check out part 1 to gain an even better overview of the ...
Chrillewoodz's user avatar
22 votes
6 answers
2k views

Login Form in HTML

I am a beginner and I have made Login Form in HTML. I'm pretty sure it will look horrible to any developer, but hey, that's why I've posted it. I'd like a general review of this. I'm especially ...
Freeze's user avatar
  • 321
3 votes
3 answers
775 views

Login script that checks two users and their corresponding passwords

Please let me know what you think. Is the code well written? Am I using best practices (like when I chose === over ==)? Is my ...
DEdesigns57's user avatar
6 votes
1 answer
2k views

Review on a PHP login/authentication system

I am currently working on a small website for my scuba diving club, and it needs a "simple" login system to allow members-only features etc. I've been using the php-login-minimal as the base for the ...
Marcus Møller's user avatar