I had more than 1 variable, how to display it without echo the variable one by one. (maybe using "while" / "for")
Otherwise I should make like
echo $result1;
echo $result2;
echo $result3;
echo $result4;
echo $result5;
echo $result6;
If I had more than 1000, that's really hurt