On Mon, 18 Oct 2004 13:31:40 -0400, Rahul S. Johari
<[EMAIL PROTECTED]> wrote:
> Iım working on creating a site search for our companyıs website, and am
> looking for some tips. Creating the search code and the results doesnıt seem
> to be a big challenge... Indexing is something I have no clue to. I donıt
> know how to create the Index and how the keywords, summary and link is
> generated automatically and goes into the database. I know there are paid
> software out there which do the same, but Iım inclined to believe there has
> to be a way for PHP to read keywords off the pages in a folder and index
> them. Or I may be wrong.
> 
> Any guidance appreciated.

You can use htdig for indexing the site:
http://www.htdig.org/

Then build a PHP wrapper around the results for display:
http://www.devshed.com/c/a/PHP/Search-This/


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to