
5 Dec
2005
5 Dec
'05
4:55 a.m.
Hi On Monday 05 December 2005 12:50, Sebastian Mendel wrote:
i do not fully understand ... can you please give a step by step instruction to reproduce what is wrong and tell me what you expect?
<?php $cfg1 = array(); $cfg1['Export']['one'] = 'something'; $cfg2 = array(); $cfg2['Export']['two'] = 'something'; $cfg =array_merge($cfg1, $cfg2); print_r($cfg); ?> Gives: Array ( [Export] => Array ( [two] => something ) ) However resulting configuration should have both one *and* two. -- Michal Čihař | http://cihar.com