summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorIndieteq <admin@indieteq.com>2013-08-31 13:16:15 +0200
committerIndieteq <admin@indieteq.com>2013-08-31 13:16:15 +0200
commita9ce530b84b533b566038409ce18fda93ee26d94 (patch)
tree54bc776cef9af32e1861f633a5e73ce2e444dea9 /README.md
parent4aa232983c59760412112f5c77b9aeb06ab58a27 (diff)
downloadphp-mysql-pdo-database-class-a9ce530b84b533b566038409ce18fda93ee26d94.zip
php-mysql-pdo-database-class-a9ce530b84b533b566038409ce18fda93ee26d94.tar.gz
php-mysql-pdo-database-class-a9ce530b84b533b566038409ce18fda93ee26d94.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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
+```