brug et array, fx:$test = array();for($i = 0; $i < 10; $i++){$test[$i] = "hej";}så kan du udskrive fx nr 5:echo $test[5];