I'm trying to get the value of $question1 to $question10 to display in an html block inside a php loop but when I declare it as
$questName = "question".$currCount;
I get the name $question1 to display in my html instead of its value.
I tried using an eval statement with no success.
help!!