From a9ce530b84b533b566038409ce18fda93ee26d94 Mon Sep 17 00:00:00 2001 From: Indieteq Date: Sat, 31 Aug 2013 13:16:15 +0200 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f9e9a..cba43aa 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ PDO Database Class A database class for PHP-MySQL which uses the PDO extension. +If you have any questions go to : http://indieteq.com/index/readmore/how-to-prevent-sql-injection-in-php + ## To use the class #### 1. Edit the database settings in the settings.ini.php ``` @@ -250,4 +252,4 @@ $persons = $person->all(); // SQL Equivalent "SELECT * FROM persons -``` \ No newline at end of file +``` -- cgit v1.1