English . Indonesia . india
Variables are useful for your code efficiency so you don't type too much code. simply group the same text then call with the variable when you need that text again without repeating the same text.
  1. %animals=lions like tigers;
  2. %myblog=[db] bid=blog, l=10 || %title%<br />%text%<br /> [/db]; < / b>

To display the results, you can use the code according to the variables that you created

  1. code %animal; then the result is the contents of the animal variable, namely a lion like a tiger
  2. code %myblog; then the result is the contents of my blog variable whose contents are the result of codeio [db] which will display the database list