News Feed
Jobs Feed
Sections




News Archive
Christopher Jones' Blog:
PHP 5.3 "NOWDOCS" make SQL escaping easier
February 14, 2008 @ 11:18:00

Christopher Jones has posted about an update to the development for PHP 5.3 that makes escaping SQL even easier in scripts - NOWDOCS.

Escaping quotes or other meta characters in SQL can be painful unless you get lucky with your quoting style. [...] Even with PHP's "Heredoc" syntax something will need escaping, but with PHP 5.3's new "Nowdoc" syntax no escaping is needed.

The only difference between HEREDOC and NOWDOC is that the initial keyword (like the first END in this statement: <<<'END' text here END;) that can make worrying about complex quoting rules a thing of the past.

2 comments voice your opinion now!
nowdocs sql escape nowdoc heredoc php5 quote


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Solar 0.27.0 and 0.27.1 Released

DevShed: Implementing the Stage Pattern in PHP 5

Greg Beaver's Blog: PHP_ParserGenerator and PHP_LexerGenerator

PHPBuilder.com: Pro PHP Security / Preventing SQL Injection

Cody Caughlan's Blog: Database Migrations for PHP5


Community Events









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


event zendframework2 example community database podcast introduction interview release opinion framework testing object tool language development unittest phpunit code composer

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