Im a New programmer I new a few help, I have a code where I need to call many different variables like this:
$Variable1="red"
$Variable2="blue"
$Variable3="yellow"
How can I call my variable as a variable like this:
$number = 1;
$color=$variable.$number;
Or how can u do that, thank you.