8utt
04-03-2007, 07:00 AM
I have a template which has some variables and some non variables but both use the same structure as php
$varaible_a
$variable_b
what I want to do is the template to print the variable value for variable_a but just print $variable_b. Example, is variable_a = 10 my output would be
10
$variable_b
is there an easy way to do this ?
sussed it
$variable_a
\$variable_b
$varaible_a
$variable_b
what I want to do is the template to print the variable value for variable_a but just print $variable_b. Example, is variable_a = 10 my output would be
10
$variable_b
is there an easy way to do this ?
sussed it
$variable_a
\$variable_b