mam taka tablice
Array ( [0] => Array ( [ID] => 11 [userName] => YXRvbXAz [userPass] => [isAdmin] => 0 [userGroup] => 0 [sessionID] => [lastLog] => 2007-06-18 09:08:31 [title] => Mr [name] => SK [surname] => [email] => a@aa.com [birth_day] => [birth_month] => [birth_year] => [postcode] => [address] => [telephone] => [mobile] => [private] => [other] => [activated] => ON )
[1] => Array ( [ID] => 12 [userName] => R29yZG9u [userPass] => [isAdmin] => 0 [userGroup] => 0 [sessionID] => [lastLog] => 2007-06-18 09:09:39 [title] => Mr [name] => GMB [surname] => [email] => a@aa.com [birth_day] => [birth_month] => [birth_year] => [postcode] => [address] => [telephone] => [mobile] => [private] => [other] => [activated] => ) ) 0
wpisujac:
<?php foreach($_data as $key=>$v) { foreach($_data[$key] as $s) { } } ?>
uzyskuje
11YXRvbXAz002007-06-18 09:08:31MrSKa@aa.comON1
12R29yZG9u002007-06-18 09:09:39MrGMBa@aa.com
Moje pytanie to jak dostac sie do 2 elementu (kolumny) czyli userName? musze to pozniej przyrownac.