Posts Tagged "PHP"

Using PDO in PHP

Using PDO in PHP

Ran across an excellent article today over at NetTuts. It is a perfect starter guide for the intermediate PHP programmer looking to get a good headstart on using PDO (PHP Date Objects) in PHP 5.1 or later. There are two things I would point out to anyone looking to implement PDO in PHP. 1. Make sure you obfuscate (hide) your variables and SQL calls by using prepared statements! This is a life...

read more