News Feed
Jobs Feed
Sections




News Archive
Techie Talks Blog:
Building Secured Web Applications Using PHP - The Basics
June 24, 2011 @ 11:06:11

On the Techie Talks blog today there's a post from Idrish Laxmidhar with a few simple reminders of things you can do to help with the basic security of your PHP applications, mostly surrounding filtering and escaping.

The list includes some of the basics like:

  • Avoiding $_REQUEST when possible because of the ambiguity of where the information could come from
  • Keep register_globals off (thankfully a default!)
  • Checking values for specific data types before using them
  • Filtering user input
  • Disabling the error output (turning down the reporting levels) on a production environment

For some more good recommendations on good security practices in PHP applications, check out this list or some of the recommendations from the PHP manual itself.

3 comments voice your opinion now!
security web application basics


blog comments powered by Disqus

Similar Posts

Andre Liem's Blog: 5 tips and tools to optimize your php application - Part 1 simple

DevShed: Authentication for Web Application Security

Community News: Microsoft Web Platform Installer v1.0 Released!

PHPClasses.org: Book Review - CodeIgniter for Rapid PHP Application Development

Job Posting: Wasabi Systems Seeks Web Applications Engineer (Norfolk, VA)


Community Events











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


introduction interview functional unittest opinion application object tool community language code podcast framework development example phpunit testing zendframework2 series release

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