hi im trying to redesign a builder type script
and this works perfect, however this code alows me to add in TAGS like this
{USERNAME}
{DATE}
but its basicly only a place holder
and then it saves this whole code inside either a sql or a file
now i want to make something like a php page that will them open this page and replaces those TAGS with premade code
but im lost
i can change it to words like a language file
but i want to include compleet sections of code
how do i do this ?
can someone help or put me in right direction