|
#1
| ||||
| ||||
| google free search field.... hey all... has anyone ever put a search field into thier site using google's free tool? My issue is that I absolutely hate that they make you use thier template for results. So far, im thinking that I will load the search results (thier template) into a frame (you can specify framename) of 0px's and write a php hack to embed the data in my template... of course ill put the powered by google logo so they dont get pissed....but before I start coding this out, is anyone aware of another solution? |
|
#2
| ||||
| ||||
| actually i found a better way to do this with PHP.... build a string like $str = "http://www.google.com/search?q=" . $searchtermformform; fopen, fread it into your page parsing out what u dont need... |
|
#3
| ||||
| ||||
| actually file_get_contents is what u need... |