I have read most books and docs on PHP but none so far have given much attention to the array_merge function. When I want to combine 2 arrays into one, just extending the keys, is this the correct function to use, or is their example code I can see somewhere to follow the idea? Thanks.
well, i would just create an array and read from the two arrays into the new one?
I dunno, never really tried it, never needed to.
Hope i helped 😉