Posted by Pierre L. on 01/19/07 18:15
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'; -- Pierre
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming