Skip to content

Commit 3e7e9cb

Browse files
author
Indieteq
committed
Update README.md
1 parent d5f6e75 commit 3e7e9cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ $person = $db->query("SELECT * FROM Persons WHERE firstname = :firstname AND
6868
// 3. Or just give the parameters to the method
6969
$person = $db->query("SELECT * FROM Persons WHERE firstname = :firstname",array("firstname"=>"John","id"=>"1"));
7070
```
71+
72+
More about SQL injection prevention : http://indieteq.com/index/readmore/how-to-prevent-sql-injection-in-php
73+
7174
#### Fetching Row:
7275
This method always returns only 1 row.
7376
```php

0 commit comments

Comments
 (0)