<?php$answer1="111111111";
$answer2="22222";
$answer3="333333333";
for($i=1;$i<4;$i++)
{
    echo ${answer.$i};
    echo "<br />";
}?>