Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Richard Miller's Blog:
Essential PHP Security
Aug 17, 2006 @ 12:17:10

On his blog today, Richard Miller has posted a quick review of Chris Shiflett's book "Essential PHP Security" after reading it.

I recently finished reading Essential PHP Security by Chris Shiflett (O'Reilly). It was a good, quick read, and for me it was mostly a review of principles I had previously read on Chris's blog. The main principles are filter input and escape output. Using separate arrays for each kind of data is a best practice.

Richard also includes a quick code example of this kind of filtering on POST data, HTML information, and MySQL output.

tagged: book review essential security oreilly example filter input book review essential security oreilly example filter input

Link:


Trending Topics: