= PHP = http://www.php.net/ = syslog = Generate a system log message {{{#!highlight php }}} = sprintf = Return a formatted string {{{#!highlight php }}} = str_replace = Replace all occurrences of the search string with the replacement string {{{#!highlight php $bodytag = str_replace("%body%", "black", ""); ?> }}}