News Feed
Jobs Feed
Sections




News Archive
Mike Bernat's Blog:
Creating a Simple Registration Script using PHP
December 21, 2006 @ 15:21:00

Mike Bernat has posted this tutorial that shows the creation and use of a simple registration script as created in PHP.

The most useful and almost necessary feature of any interactive website is a registration form. A way to give users access to features while keeping out the riff-raff. While a registration script can be the perfect time for an amateur to grab the bull by the horns it can also leave lots of pitfalls for a more experienced programmer.

He sets up the database first (for the user's information) followed by the simple HTML form to get the user's information. There's some error checking (if the value is empty or not) before he pushes it into the database, but not much checking outside of that (not even escaping to prevent a SQL injection). It's a very basic script that's a decent starting place, but needs work to be really used for user's information.

1 comment voice your opinion now!
simple registration script user database simple registration script user database


blog comments powered by Disqus

Similar Posts

Davey Shafik\'s Blog: Filtering & Escaping Cheat Sheet

Giorgio Sironi's Blog: Lazy loading of objects from database

Jim Plush's Blog: Why Your PHP app NEEDS a Circuit Breaker

Greg Beaver's Blog: Synchronize live and development sites using the PEAR Installer

Arnold Daniels' Blog: Simple Single Sign-On for PHP


Community Events









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


database release api introduction object framework functional zendframework2 language testing opinion code community composer example development podcast event interview tool

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