If you’ve ever used PHP, you’ve probably used, or at least seen, the PRINTF and/or SPRINTF functions. These oldie, but goodie, functions are stolen… err… borrowed from the old C language world. Both functions support the abililty to have placeholders, which when evaluated, are replaced with the value in a comma-delimited list in the appropriate [...]
Posts Tagged ‘code’
Parsing PHP-style Placeholders for SQL Scripts
Posted: 5th September 2008 by Adam Presley in Development, PHPTags: code, PHP
1

