2005-11-07, 10:31 PM
How do I get the text between tags into a variable?
For example:
This is just [tag]a[/tag] test text!
I want to get: $variable = a;
For example:
This is just [tag]a[/tag] test text!
I want to get: $variable = a;