I have something like
stdClass Object
(
[responseData] => stdClass Object
(
[results] => Array
(
[0] => stdClass Object
(
[GsearchResultClass] => GwebSearch
[unescapedUrl] => http://english-zone.com/index.php?ID=1
[url] => http://english-zone.com/index.php%3FID%3D1
[visibleUrl] => english-zone.com
[cacheUrl] =>
[title] => Grammar - English-Zone.Com - the BEST English-
[titleNoFormatting] => Grammar - English-Zone.Com - the BEST
[content] => English as a Second Language fun site! Learn
)
I need to access "unescapedUrl" directly. How can I echo it out?
