M M G New member Aug 25, 2009 #1 ...expression rather than evaluating it? Example: $var[1] = '$this or $that'; $var[2] = '$this and $that'; // This would evaluate as true. Is there a way to insert the value of the variable instead? if ($var[1]){ echo $var[1]; }
...expression rather than evaluating it? Example: $var[1] = '$this or $that'; $var[2] = '$this and $that'; // This would evaluate as true. Is there a way to insert the value of the variable instead? if ($var[1]){ echo $var[1]; }