Right, I know this is probably really simple, but how do you pass an array to a function in PHP??!! :rolleyes:
same as any other variable...
myFunction($array);
That's what I though. Turns out the array I passed was empty when it should have been full so the bug is in my code 😃
i've got the same problem as you and my code is so simply.---- i can't find a solution