Cześć
Możecie mi podpowiedzieć jak wyświetlić dane z tej tablicy ?
nazwa tablicy to $user
Odpowiedź print_r($user);
Array ( [cpanelresult] => Array ( [module] => Variables [result] => Array ( [status] => 1 [warnings] => [metadata] => Array ( ) [messages] => [data] => Array ( [user] => thor ) [errors] => ) [func] => get_user_information [apiversion] => 3 ) )
chcę wyświetlić na stronie tylko dane z Array ( [user] czyli " thor"
Pomożecie ?