• Hello,

    My Array after json_decode:
    How i can echo “domain” from Array
    i have ussing:

    step 1:$results = json_decode($customer, true);
    step 2: print_r($results);
    step 3: It’ Show

    Array (
    [p] => Array ( [o] => Array ( [uh] => 0 ) )
    [c] => Array ( [0] => Array ( [p] => ) )
    [h] => Array ( [0] => Array ( [c] => domain ) )
    [b] => Array ( [0] => Array ( [0] => Array ( [c] => domain ) ) )

    step 4:

    i echo echo $results[c]; but not don’t show

    help me i want show “domain” from [c] => domain

    Thanks for support

  • The topic ‘Array Custom Fields json_decode’ is closed to new replies.