I have two arrays of animals (for example).
$array = array( array( \'id\' => 1, \'name\' => \'Cat\', ), array( \'id
@Andy
http://se.php.net/array_merge
That was my first thought but it doesn't quite work - however array_merge_recursive might work - too lazy to check right now.