Hi I've had some experience with a web design company and I noticed that they where drawing the data from the MySQL table with what they called template tags, which goes as follows;
%FIRSTNAME% %COMPANY_NAME%
How does something like that work? and how is it achieved?
Its really interesting to me but just kept slipping my mind to ask how that works.
Any one have any ideas? Is this PHP or is it more like javascript or something?