In this recent post to his blog Anson Cheung provides a set of helpful hints for sysadmins to follow when installing (or just securing) the PHP installations on their systems.
server side scriptingAnson Cheung's Blog: Top 10 PHP Best Security Practices for Sys ...PHPDeveloper.org Mon, 01/30/2012 - 14:52
In this recent post to his blog Anson Cheung provides a set of helpful hints for sysadmins to follow when installing (or just securing) the PHP installations on their systems. Why we stick to PHP - LiipPlanet PHP Thu, 02/24/2011 - 01:16
I often get asked by potential employees and clients, why we do PHP and mostly PHP only. A valid question, of course and my first answer usually is (besides the "historical reasons" one), that nowadays all those server side (scripting) languages are mainly the glue layer between the front-end (the browser part) and the back-end (your storage and "database" solution) and not the one and only defining factor if your project will be a success. DevShed: Advanced PHP Form Input Validation to Check User InputsPHPDeveloper.org Mon, 06/01/2009 - 14:32
On DevShed today there's a new tutorial loking at an advanced form of a very common need in PHP development - form validation. |