so for example
i have a function... say its called myFunc($var)
where is a universally accepted spot in vBB to put custom code bits, or do we just free for all?
so someone goes and posts:
Quote:
blah blah blah blah [tag]text to pass to myFunc[/tag] blah blah blah
|
i want to pass the text in [tag] now to $var in myFunc() and return it back to let vBB do whatever it does from there.
so say myFunc just changed the text in $var to "JUNK" i want the post to appear as
Quote:
blah blah blah blah JUNK blah blah blah
|