Forum Moderators: coopster
[size={number}]{text}[/size]
i want to use preg_replace to turn that into <span style="font-size: {number};">{text}</span>
this will be with a whole array, where the 'pre-replaced' tag is the key in an array, and the value i want to replace it with is the value like this:
$root = array(
"/blah/" => "cool"
);
thanks :D
One line template engine [webmasterworld.com]
Cheers.