1. Introduction
I want to introduce a new feature that has been added to PHP Analytics: the variables.
In PHP Analytics, variables are keywords that can be used in your queries by using the following syntax: $variable_name
2. Create a Variable
In order to use a variable, first we have to define it trough the administration panel; to define a variable we just have to specify it’s own name and a default value.
At the time of the query execution, every variable that has been previously defined in the administration tool, is replaced with the values passed trough a GET or a POST method; if none of them is used, a default value (specified at the variable definition phase) is used.

