Hello. I didnt undestand why code
echo " {data:usluga}";
is worked in "custom code"
but code
$usluga = "{data:usluga}";
is not worked?
How can i insert values in php code (not in echo).?
echo " {data:usluga}";
is worked in "custom code"
but code
$usluga = "{data:usluga}";
is not worked?
How can i insert values in php code (not in echo).?