I have this array
Array ( [data] => Array ( [0] => Array ( [page_id] => 204725966262837 [type] => WEBSITE
Loop through and print all the values of an associative array, you could use a foreach loop, like this:
foreach
foreach($results as $x => $value) { echo $value; }