how can I write 1 scirpt whereby I can echo all the value from no 1 to 5
$q1ans ="hello";
$q2ans ="how r u";
$q3ans = "who";
$q4ans ="hi";
$q5ans = "no";
I wan a loop script to loop all the value above.... as I know there is a way using like $i = 0; then loop...
but I wish to know how to echo all the value thanks!
thanks