News Feed
Jobs Feed
Sections

Recent Jobs

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.

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



Similar Posts

SitePoint PHP Blog: Shared Hosts and PHP5 Upgrades

John Mertic's Blog: PHP 5.2.5 Windows Installer now working

PHPEverywhere: Moving Legacy PHP4 apps to PHP 5.1

Matthew Turland's Blog: PHP 5.2 and SQL Server 2000 on Windows XP

DevShed: A Quick Overview of the XML DOM Extension in PHP 5


Community Events











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


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

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