Add-Ons
Details
Protect Dollar Sign
1.0
- Author:
- Paul Burdick
- Published:
- Dec 20, 2005
- Last Updated:
- Aug 20, 2011
- License:
- First Party License
- Categories:
- Plugins Text Formatting Add-On
Protects dollar signs in an EE variables so they are not parsed as PHP variables and thus the variable can be used in PHP on Output without problems.
Example Usage
<?php
$str = <<<EOT
{exp:protect_dollar}
{some_variable}
{/exp:protect_dollar}
EOT;
?>





