I am trying to create an array of references to arrays.
When I run the code below, it shows the correct data being pushed onto the array, but when I print it out at the end, every value is "3".
Any ideas?
Thanks,
Steve
for ($i=0; $i < @key_columns; $i++) {
if ($i == 0) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.