how I can use {PHPVAR:$myvar} tag?
I am not a guru in PHP but my idea is to define my own variables (how and where ?) and after use it.
For example,
$my_path = 'www.asd.xxx'
so somewhere in Admin part can I use smthg like this:
{PHPVAR:$my_path}\file.zip
Could somebody provide me step by step instructions please
