David Thomas Baker » Examples » Export Google Search History

Creating a few bits of code to make use of my google login class (see here)

This one grabs the RSS feed of your google web/search history (from here), strips out the web history, and presents your search history showing the number of results clicked.

Can't provide an online demo because it requires you entering your google username/password into my script. This is an example output from the script:

 

Array
(
[0] => Array
(
[query] => my google search query
[number] => 2
)
[1] => Array
(
[query] => export google web history
[number] => 1
)
[2] => Array
(
[query] => doing a test
[number] => 0
)
)

Files »

use.php

Links: Download View
Details: Example useage




Links »

Google Login Class

Here's the class used in this demo
http://examples.dtbaker.com.au/view/goo...