search like imdb

search like imdb

am 24.09.2006 13:50:48 von jlan

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, I need to creater a searcher like for a site, like for example the
search engine of imdb.com.

The os is linux with php and mysql (or postgress)

It needs to search a word(s) and it can return a page with results of
titles of movies.

The site I need to index is a static one, and I dont know how start the
thing.

Im not a php expert programmer, but I have to learn tough, Im thinking
to take a project like a freshmeat one Daahl, and use it.

Alternatives?

Best regards

- --

Jlan/NeumaNN GPG ID: 0x044E638B
fingerprint 34DA 5038 2DCC A55C C143 7382 4C68 847D 044E 638B
Linux registered user: #172297 GNU/Linux Debian

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFFFnEYTGiEfQROY4sRAmFJAJ9XIkuVXkjTiuSPKdLJh7MnGxPk3ACd He3G
9M1SnNQzYbCrCqFWp1CGAi0=
=kwrC
-----END PGP SIGNATURE-----

Re: search like imdb

am 25.09.2006 08:25:16 von nc

jlan/Neumann wrote:
>
> I need to creater a searcher like for a site, like for example
> the search engine of imdb.com.

No you don't. You can use Google or Yahoo! to search your site. Look
into using Google Search API of Yahoo! Search API:

http://code.google.com/apis/soapsearch/
http://developer.yahoo.com/search/

Alternatively, you can buy a search engine in a box from Google:

http://www.google.com/enterprise/mini/

> It needs to search a word(s) and it can return a page
> with results of titles of movies.
>
> The site I need to index is a static one

These two requirements are mutually exclusive. If your site is static,
you need a search engine. If you want to return search results in a
specific format, you need to build a dynamic database-driven site and
enable database search.

Cheers,
NC