Hi is there any tutorial or script that bring search results from google,altavista in your site.
Thanks
You could find it in http://www.google.com/intl/es/searchcode.html
The code you should put is <!-- Search Google --> <center> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> <INPUT TYPE=text name=q size=31 maxlength=255 value=""> <input type=hidden name="restrict" value="Español"> <INPUT type=submit name=btnG VALUE="Búsqueda en Google"> </td></tr></TABLE> </FORM> </center> <!-- Search Google -->
The above cod i know and it will take you google
I want to show the search results in my site without going google. I want to keep the visitor in my site.