hansman Posted August 30, 2006 Share Posted August 30, 2006 i currently have a form that calls a header and will search google, how can i make google's search results show up on my own page? Or and other site for that matterthanks Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/ Share on other sites More sharing options...
9999 Posted August 30, 2006 Share Posted August 30, 2006 Get a google adsense account and follow these instructions:https://www.google.com/support/adsense/bin/answer.py?answer=42857&sourceid=aso&subid=ww-ww-et-asui&medium=link Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-82573 Share on other sites More sharing options...
hansman Posted August 30, 2006 Author Share Posted August 30, 2006 i mean like how can i get search results from any other site, like using the source code from the searched page Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-82576 Share on other sites More sharing options...
9999 Posted August 30, 2006 Share Posted August 30, 2006 They use the GET method so you could do as i.ve seen before and copy the address of the results page and open that in an iframe I suppose.[code]<div id="iFrame1" style="position:absolute; left:1px; top:1px; z-index:0"><iframe name="iFrame1" width=600 height=800 src="http://www.google.com/search?client=opera&rls=en&q=php+help&sourceid=opera&ie=utf-8&oe=utf-8" scrolling="auto" frameborder="1"></iframe></div>[/code]LOL phpfeaks comes up first in a google search for php help ;D Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-82582 Share on other sites More sharing options...
hansman Posted August 30, 2006 Author Share Posted August 30, 2006 is it possibloe to pick and choose of what you want on the search page (take away google logo, adsense ads etc)? Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-83092 Share on other sites More sharing options...
AndyB Posted August 30, 2006 Share Posted August 30, 2006 You might be able to do it ... until Google decides you're using their intellectual property without their consent and removing their trademarks followed by a short sharp letter from their lawyer to your web host and the disappearance of your site forever. I could be wrong, though. Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-83126 Share on other sites More sharing options...
9999 Posted August 30, 2006 Share Posted August 30, 2006 Why would you want to do that when you could get paid using adsense? Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-83128 Share on other sites More sharing options...
hansman Posted August 31, 2006 Author Share Posted August 31, 2006 what i mean is like, how woudl i do it using any sites searching, for example, Scrapetorrent does it when i displays the searches.http://www.scrapetorrent.com/ Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-83220 Share on other sites More sharing options...
T.Stedel Posted August 31, 2006 Share Posted August 31, 2006 I don't think that uses google. I think he's a friend of the owners of those sites and they let the searcher access the database. Am I wrong? Link to comment https://forums.phpfreaks.com/topic/19085-displaying-googles-search-results-n-yor-won-page/#findComment-83247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.