News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Professional PHP Blog:
Two preg_replace Escaping Gotchas
November 14, 2005 @ 06:14:49

From the Professional PHP Blog today there are two "preg_replace gotchas" they wanted to let you know about.

preg_replace is a major workhorse function in PHP. Unfortunately, there are some less than obvious issues with using it properly. Here are two:

  • The e modifier causes the replacement value of preg_replace (including backreferences) to be evaluated as PHP code. This is a powerful capability. If you've ever seen an SQL injection, this sounds dangerous. It would be, too, but PHP automatically escapes any backreferences because building the string to evaluate.
  • Second, most users of the preg_ functions are familiar with preg_quote for escaping strings to use them as literals in regular expression patterns. However, many people don't realize that the replacement parameter of preg_replace also has special characters.

He also gives code examples of each of these situations and shows you what to do to take the safer route around them...

0 comments voice your opinion now!
php preg_replace gotchas problem php preg_replace gotchas problem



Similar Posts

PHP.net: PHP 5.1.2 Released

Jim Plush\'s Blog: MyBic AJAX 0.3 released with EASY FORMS & Debug!

DevShed: User-defined Interfaces in PHP 5 - Building a Page Generator

CodeSnipers.com: Interview with Mike Ho (of QCodo)

Jim Plush\'s Blog: The Soon to Be PHP Boom


Community Events









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


ajax book security PEAR application releases code zend database conference cakephp release example zendframework mysql job developer PHP5 package framework

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