News Feed
Jobs Feed
Sections




News Archive
DevShed:
Building Site Registration for Web Application Security
October 29, 2008 @ 09:33:02

DevShed continues their look at web application security with part six of the series - a look at creating a registration form your site's visitors can use to create accounts/logins.

In this article we will be exploring the registration script of our site. This script is responsible for registering new users for the website. We will also be looking at database security; since the registration script also uses a database table, we will implement some of the concepts that we will be discussing.

Their example is relatively simple - it checks to ensure that none of the fields are empty, that one password matches the other and that the email address is in a valid format (using a regular expression). If it passes completely, its dropped into a MySQL database table that stores current user information.

0 comments voice your opinion now!
site registration tutorial application security mysql login password


blog comments powered by Disqus

Similar Posts

PHP/Cloudcast: Getting Started with Stripe Webhooks

Sebastian Bergmann's Blog: Template for Jenkins Jobs for PHP Projects

Community News: Make PHP-Based Android Applications with Zend Studio 10

Francois Zaninotto's Blog: Validating a YAML file against a schema in PHP

Ulf Wendel's Blog: PHP mysqli quickstart is online!


Community Events











Don't see your event here?
Let us know!


usergroup symfony2 community example opinion series testing introduction release framework phpunit podcast development zendframework2 functional rest interview language database conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework