Quote
$title= abc;
$username= xyz;
$username= xyz;
I want to make this kind of tags for template..I have often seen this kind of tags..
Quote
<$title$> this tag fetch title..
<$username$> this tag fetch the user name
<$username$> this tag fetch the user name
sometimes i have seen this kind of tags <%title%> etc.
Can some one guide me how to create these kind of tags please? i serached google but couldnt find anything useful..
Thanks..
