I didn't see this in the manual so i might have missed it, but is there a easy way to add to a already existing array.
example:
have this array
Array
(
[0] => 1
[1] => 1
)
but now want to add
[3] => 1
to it. is there a easy way to do this or does it have to be broke down and recreated?