PHP Arrays Accessing title name of array object

I am trying to get the title name of an array object.For example I have \[code\]$results[0]['page']$results[0]['title']\[/code\]I was wondering if I could use a for loop to loop through the $results[0] array and get the 'page' and 'title' names and insert them into a new array? Thanks for your time
 
Back
Top