google search code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
muthuuniv
Forum Newbie
Posts: 1
Joined: Thu Feb 05, 2009 10:53 am

google search code

Post by muthuuniv »

please let me know if any one knew code like what google does
give me your suggest if possible send the code
User avatar
Skoalbasher
Forum Contributor
Posts: 147
Joined: Thu Feb 07, 2008 8:09 pm

Re: google search code

Post by Skoalbasher »

muthuuniv wrote:please let me know if any one knew code like what google does
give me your suggest if possible send the code
This question doesn't make a whole lotof sense. But I'll give it a shot

Code: Select all

 
<form action="http://www.google.com/search" target="_blank" name="f" id="f">
      <table width="101%" cellpadding="0" cellspacing="0">
      <tr valign="top">
      <td width="100%" align="center" valign="baseline" nowrap="nowrap"><p align="center">
      <input name="hl" type="hidden" value="en" />
      <input maxlength="2048" name="q" size="25" title="Search Yo!" value="" />
      <br />
      <input name="btnG" type="submit" width="40" value="Search" />
      <br />
      <font size="-2"><a href="http://www.google.com/advanced_search?hl=en">Advanced Search<br />
      </a></font><font size="-2"><a href="http://www.google.com/language_tools?hl=en">Language Tools</a><br />
      <a href="http://www.google.com/preferences?hl=en">Preferences</a><br />
      </font></p></td>
      <td nowrap="nowrap">&nbsp;</td>
      </tr>
   </table>
</form>
 
mickeyunderscore
Forum Contributor
Posts: 129
Joined: Sat Jan 31, 2009 9:00 am
Location: UK

Re: google search code

Post by mickeyunderscore »

You mean their search algorithms? I doubt very much you will be able to find them anywhere, I'd imagine they are a very closely guarded secret.
User avatar
Skoalbasher
Forum Contributor
Posts: 147
Joined: Thu Feb 07, 2008 8:09 pm

Re: google search code

Post by Skoalbasher »

mickeyunderscore wrote:You mean their search algorithms? I doubt very much you will be able to find them anywhere, I'd imagine they are a very closely guarded secret.
Yeah, wasn't sure what he was going for there. So I figured I'd post up some google search stuff from my site. It's not PHP though.

Maybe he's talking about AJAX or something along those lines?
mickeyunderscore
Forum Contributor
Posts: 129
Joined: Sat Jan 31, 2009 9:00 am
Location: UK

Re: google search code

Post by mickeyunderscore »

Could be the google suggest, google charts, google maps. There's so much 8O
User avatar
Skoalbasher
Forum Contributor
Posts: 147
Joined: Thu Feb 07, 2008 8:09 pm

Re: google search code

Post by Skoalbasher »

mickeyunderscore wrote:Could be the google suggest, google charts, google maps. There's so much 8O
Maybe it's the way they make their sexy logos? Who knows. All I know is that google can't top my now 100 post count!


Well, they can, but :mrgreen:

lol.
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: google search code

Post by papa »

Have you tried google it?
Post Reply