On 19 Jan 2007 10:15:09 -0800, "Pierre L." <lombard.pierre@gmail.com>
wrote:
>On Jan 19, 7:04 pm, Ken Loomis <not_a_real_em...@address.com> wrote:
>
>> How can I append a new key-value pair to an associative array?
>
>Just add it:
>$foo = array( 'foo' => 'bar');
>$foo['newkey'] = 'newvalue';