richcleverley
MIS
Hi,
I've seen scripts (one was an encoded one I had to do some work with) that have variable tags in the template so that all you have to do to display certain things is put <%tagname%>.
Obviously this is set up somewhere in the encoded files I have had to work with but how do you code this yourself in your own scripts?
I suppose an example would be if I had a variable with the name $foo how would I code that so if I put <%foo%> I would display the value of $foo.
Thanks in advance.
Richard
I've seen scripts (one was an encoded one I had to do some work with) that have variable tags in the template so that all you have to do to display certain things is put <%tagname%>.
Obviously this is set up somewhere in the encoded files I have had to work with but how do you code this yourself in your own scripts?
I suppose an example would be if I had a variable with the name $foo how would I code that so if I put <%foo%> I would display the value of $foo.
Thanks in advance.
Richard