mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Merge pull request #944 from echernyavskiy/patch-4
Fix a typo in the Data Filtering post.
This commit is contained in:
@@ -44,7 +44,7 @@ When you use bound parameters with [PDO](#databases), it will sanitize the input
|
||||
|
||||
Sometimes it is required to allow some safe HTML tags in the input when including it in the HTML page. This is very
|
||||
hard to do and many avoid it by using other more restricted formatting like Markdown or BBCode, although whitelisting
|
||||
libraries like [HTML Purifier][html-purifier] exists for this reason.
|
||||
libraries like [HTML Purifier][html-purifier] exist for this reason.
|
||||
|
||||
[See Sanitization Filters][2]
|
||||
|
||||
|
Reference in New Issue
Block a user