On Sat, 3 Jul 2004 11:56:52 +0200 Dennis Freise <[EMAIL PROTECTED]> wrote:
Errr... these need to be assoc as well: > $country_symbol = array( 'AU' => 'some_value' ); > $country_list = array( 'some_value', 'some_other_value' ); $country_list = array( 'some_value' => 'some_other_value' ); > For your piece of code it would need to be: > $country_list = array( 'some_value' => array( 'AU', 'some_other_value' ); $country_list = array( 'some_value' => array( 'AU' => 'some_other_value' ); -- Dennis Freise <[EMAIL PROTECTED]> GnuPG key: 2DE8 CCEF 6E20 11D4 3B27 21EC B0BA 1749 D2C8 38ED Available at: http://www.final-frontier.ath.cx/?key-plain
pgpCRz00ChbZj.pgp
Description: PGP signature