PHP Day 11: Functions for Form Input Security

This six-minute video covers a couple security issues with HTML forms and how to make forms safer with a few simple PHP functions. There’s also a quick look at the pesky “magic quotes” option.

Links for PHP Day 11: Functions for Form Input Security

Magic quotes:

Functions:

I came across plenty of other security stuff that’s a bit too advanced for me right now, like ways to validate the size of files uploaded through a form and that weird thing called “regular expressions”. So I have some light reading for tonight. ;)

Posted on February 15th, 2007 | Leave a comment | Trackback URL

3 Comments

  1. Patrick

    February 16th, 2007

    Nice tips, thanks.

    Greetings

  2. Becca

    January 29th, 2008

    Your tutorials have been so incredibly helpful! I’ve been working with PHP and MySQL for awhile now, but I just started developing scripts and programs of my own. Your videos are friendly and to-the-point. But the best thing is that you’re learning as you go, and you face the problems other beginners (such as myself) are bound to encounter also.

  3. Ultra Lean Green

    July 31st, 2008

    Another great one! PHP security is one of the most important lessons. So many people write insecure code.

Share Your Thoughts