Does anybody know how to add values from an array into an array that has already been defined?
Basically, Array 1 has been opened and closed, now a few sections down I need to enter more variables into the array, but through another array. Obviously I can do this by adding them directly into the firste array, but the second array is being pulled from a separate php file.
I hope that makes sense. If anybody has any ideas I would appreicate it.
Basically, Array 1 has been opened and closed, now a few sections down I need to enter more variables into the array, but through another array. Obviously I can do this by adding them directly into the firste array, but the second array is being pulled from a separate php file.
I hope that makes sense. If anybody has any ideas I would appreicate it.