please let me know if any one knew code like what google does
give me your suggest if possible send the code
google search code
Moderator: General Moderators
- Skoalbasher
- Forum Contributor
- Posts: 147
- Joined: Thu Feb 07, 2008 8:09 pm
Re: google search code
This question doesn't make a whole lotof sense. But I'll give it a shotmuthuuniv wrote:please let me know if any one knew code like what google does
give me your suggest if possible send the code
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"> </td>
</tr>
</table>
</form>
-
mickeyunderscore
- Forum Contributor
- Posts: 129
- Joined: Sat Jan 31, 2009 9:00 am
- Location: UK
Re: google search code
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.
- Skoalbasher
- Forum Contributor
- Posts: 147
- Joined: Thu Feb 07, 2008 8:09 pm
Re: google search code
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.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.
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
Could be the google suggest, google charts, google maps. There's so much 
- Skoalbasher
- Forum Contributor
- Posts: 147
- Joined: Thu Feb 07, 2008 8:09 pm
Re: google search code
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!mickeyunderscore wrote:Could be the google suggest, google charts, google maps. There's so much
Well, they can, but
lol.
Re: google search code
Have you tried google it?