News Feed
Jobs Feed
Sections




News Archive
DevShed:
Sanitizing Strings with Filters in PHP 5
September 03, 2009 @ 07:21:53

DevShed rounds the final corner on their sanitizing user input series of tutorials with the eighth part, a look at filtering inputted strings to remove potentially dangerous issues.

In this part, I discuss how to use the filter extension for sanitizing strings in all sorts of clever manners. I'll show you how to encode quotes, low and high ASCII characters in literals, and remove them in the same easy manner. Doing this can help prevent SQL injections and XSS attacks when developing PHP applications.

Their code shows how to use the FILTER_SANITIZE_STRING, FILTER_FLAG_NO_ENCODE_QUOTES, FILTER_FLAG_STRIP_LOW, FILTER_FLAG_STRIP_HIGH, FILTER_FLAG_ENCODE_LOW and FILTER_FLAG_ENCODE_HIGH filtering methods on a sample string or two and what they'd result in.

0 comments voice your opinion now!
filter extension tutorial string


blog comments powered by Disqus

Similar Posts

Kowser's Blog: Kohana Tutorial: For the beginners

IBM developerWorks: Cook up Web sites fast w/CakePHP, Part 1: Adding related information & services

DevShed: Parsing Web Document Nodes with the Tidy Library in PHP 5

DevShed: Classes as PHP Functions

Adam Jensen's Blog: Cron tasks in Zend Framework apps


Community Events











Don't see your event here?
Let us know!


community object framework release development example series unittest zendframework2 code application interview functional podcast language tool opinion introduction phpunit testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework