By ninjazhai
via codeofaninja.com
Submitted: Feb 11 2012 / 03:45
Hi guys! I’m going to show you how to do a CRUD (create, read, update, delete records) with PHP and MySQL using PHP Data Objects (PDO) extension. PDO is a more updated extension and it is actively developed by the PHP community. There are lots of reasons why you should use PDO in you projects. It helps you protect from SQL injection, lots of database support including IBM DB2 and Oracle, ect.



Add your comment