I did read through some of the links initially, but couldn't find a good example of what I was trying to achieve.
I've read through them in some detail, but still have a few questions I was hoping someone could help me with.
It seems that I can use a variable variable providing I echo the value, however what if I want to use the new variable to store a value?
Here is what I am wanting to do:
$date{$i} = $dateArray[$key];
Obviously this doesn't work, and I can't echo the statement as I don't want it printed on screen. 😕