Hi,
I am trying to get the title name of an array object.
For example I have
$results[0]['page']
$results[0]['title']
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