server side scripting

Anson 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 - Liip

Planet 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.

Or not.


 

DevShed: Advanced PHP Form Input Validation to Check User Inputs

PHPDeveloper.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.