Standard Chartered Hong Kong Marathon 2014 I joined Half Marathon Run 2 (半馬拉松2組) Official Time: 01:57:27 Net Time: 01:56:50 Photos from: http://www.marathon-photos.com/scripts/event.py?event=Sports/2014/Hong%20Kong%20Marathon&match=E4270&name=Chan%20Nga%20Hei&new_search=1
Get latest google trends with php Here we come to the fact that if you want traffic to your website it would be good to create posts about the subjects that people search the most which will lead to more visitors and visitors are money. I needed an automated way to extract google trends on hourly bases and store in my database so I can then use them. Google does not provide API for this so here is a script that scrapes google feed and extracts the keywords. <?php $url = 'http://www.google.com/trends/hottrends/atom/feed?pn=p1'; $referrer = 'http://www.google.com'; $agent = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HTTPPRO...
留言
張貼留言