The array_push() function inserts one or more elements to the end of an array.
Hint: You can add one value, or as many as you like.
Note: Even if your array has string keys, your added elements will allways have numeric keys. (See Example)
The output of the code above will be:
An array with string keys:
Your Query was successfully sent!