I want to know how I can have a "variable variable",
for example say I have three variables: $name, $age and $height.
I want to know how I can have many sets of these without manually defining them. e.g I want to have $name1, $age1 and $height1, then $name2, $age2 etc etc as many times as I need.
This is very hard to explain so excuse me if I make no sense.