Hi all,
Could some one please help me with syntax on a variable variable please. I need to pull a value from a predefined array while in a loop. Here is my variable variable.
$playera = $playerarray{'$loops'}[$a];
I need it to end like this.
$playera = $playerarray1[0];
$loops is the loop variable and $a is a predeifned variable set from 0-64. I know it will something silly that I am doing wrong but first time using variable variables.
Thanks Heaps.