(PHP) How to parse URLs in google search results?
How get google search results url? (I use Zend_Gdata_Gbase for get search google results and not DomDocument/htmlsimpleparser because its looks to me that Zend_Gdata_Gbase done specially for parsing google results. if I wrong in my selection, please write.) My function to get google search results for 'yahoo' or other query search string: (the function get a feed that should have search result for word 'yahoo', but when i use prin_t($feed) I don't see url for each result) <?php function queryGoogleSearch($queryString='yahoo'){ $service = new Zend_Gdata_Gbase(); $query = $service-