I hope someone can help me and it's NOT only a php-Question:
1. I want to make a query with the value results like this. Varable output works, but not in the query:
2. I'd like to calculate. It works, but not when i use the variables:
Is there anything I haven't considered?
Thanks 4 help or helpful suggestions!
And btw, but i think it's a new post: can i calculate/make variables in or for the Email Templates?
1. I want to make a query with the value results like this. Varable output works, but not in the query:
$var1='{select_2}';
$var2='{text_1}';
if ($var1 == 'something') {
echo "some output";
}
2. I'd like to calculate. It works, but not when i use the variables:
$var3 = number_format($var1 * $var2, 2);
echo "var3: ".$var3;
Is there anything I haven't considered?
Thanks 4 help or helpful suggestions!
And btw, but i think it's a new post: can i calculate/make variables in or for the Email Templates?