BBCode w/ PHP?
I'm looking for a way to have a BBCode that can execute php code to create the replacement.
For example, post text:
Your number is [rand]40[/rand].
Replacement:
<? echo rand(0, {OPTION}); ?>
Any advice besides "don't"?
--------------- Added [DATE]1228137030[/DATE] at [TIME]1228137030[/TIME] ---------------
Nevermind, solved by looking into bbcode_parse_complete_precache hook.
|