Home > Archive > PHP SQL > September 2004 > Re: Creating A Site Search Engine
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Creating A Site Search Engine
|
|
| C. R. Dick 2004-06-24, 6:26 pm |
| NeoPhreak wrote:
> How would I go about creating a search engine for my website... so that
> it
> would search through the content of my pages which are written in php?
> What
> is the best way to accomplish this?
> Thanks.
> NeoPhreak >.<
index your pages in a database and search the database.
##-----------------------------------------------##
Article posted from PHP Freaks NewsGroups
http://www.phpfreaks.com/newsgroups
Get Addicted: alt.comp.lang.php,alt.php,alt.php.sql
##-----------------------------------------------##
| |
| Purple Haze 2004-09-27, 8:59 pm |
| C. R. Dick wrote:
> NeoPhreak wrote:
>
>
>
>
>
>
>
>
> index your pages in a database and search the database.
>
>
>
>
>
>
> ##-----------------------------------------------##
> Article posted from PHP Freaks NewsGroups
> http://www.phpfreaks.com/newsgroups
> Get Addicted: alt.comp.lang.php,alt.php,alt.php.sql
> ##-----------------------------------------------##
What about using Google site search? I have seen alot of sites that use
that method instead, possibly easier? PHP.net uses it as well.
|
|
|
|
|