Secured Login And Registartion Forms inPHP&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
ravisangam
Forum Newbie
Posts: 2
Joined: Tue Nov 03, 2009 8:54 am

Secured Login And Registartion Forms inPHP&Mysql

Post by ravisangam »

Hi,

I am newbie to PHP. I need secured php login and user registration form scripts... Please anyone help me....
Wolf_22
Forum Contributor
Posts: 159
Joined: Fri Dec 26, 2008 9:43 pm

Re: Secured Login And Registartion Forms inPHP&Mysql

Post by Wolf_22 »

There's a lot of websites for things like this, but keep in mind that most scripts you download from the internet will require some security adjustments to ensure a secure portal. In other words, be careful using scripts straight from the can.

Here's a random tutorial on the topic from a quick Google:
http://www.phpeasystep.com/phptu/6.html

You might also find some useful things over at the hotscripts website...
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: Secured Login And Registartion Forms inPHP&Mysql

Post by kaisellgren »

To learn how to program one, http://www.hotscripts.com can help you. With security, buy some books (Amazon is a good place) and read this forum and it should get you started.
Post Reply