Looking for code for safe login php/mysql

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
Todlerone
Forum Commoner
Posts: 96
Joined: Sun Oct 28, 2007 10:20 pm
Location: Hamilton, Ontario, Canada

Looking for code for safe login php/mysql

Post by Todlerone »

Hello everyone, and thank-you in advance for any suggestions. I have searched around the web for secure login samples that I could use for my baseball web site. Any suggestions of sites that provide good secure code samples.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Looking for code for safe login php/mysql

Post by Christopher »

Authentication and Access Control are fairly advanced topics. You might want to integrate you site into an existing CMS and use theirs.
(#10850)
samb0057
Forum Commoner
Posts: 27
Joined: Wed Mar 26, 2008 9:51 am

Re: Looking for code for safe login php/mysql

Post by samb0057 »

go to my blog at http://www.sambarrow.com there's a login script there. not the whole system, but the login part of it.
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: Looking for code for safe login php/mysql

Post by Mordred »

Sam, have you read this: viewtopic.php?p=455304#p455304?
Post Reply