We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f6e75 commit 3e7e9cbCopy full SHA for 3e7e9cb
README.md
@@ -68,6 +68,9 @@ $person = $db->query("SELECT * FROM Persons WHERE firstname = :firstname AND
68
// 3. Or just give the parameters to the method
69
$person = $db->query("SELECT * FROM Persons WHERE firstname = :firstname",array("firstname"=>"John","id"=>"1"));
70
```
71
+
72
+More about SQL injection prevention : http://indieteq.com/index/readmore/how-to-prevent-sql-injection-in-php
73
74
#### Fetching Row:
75
This method always returns only 1 row.
76
```php
0 commit comments