Re: [PHP] [php] static html search engine for php static html site

2011-12-29 Thread Tamara Temple
Ashley Sheridan wrote: > Please don't top post. Wonder if said poster understands what that means -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [php] static html search engine for php static html site

2011-12-27 Thread Nathan Nobbe
On Mon, Dec 26, 2011 at 6:17 AM, HELP LINE wrote: > Does any know of a better static search engine that i can integrate to my > static php html site. it should not be Google or yahoo bing. > not sure if it's come up yet, but this might work for you, http://www.sphider.eu/ it's based on mysql f

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Izo duwa
the whole site is in php and all content should be searchable. I have tried zoom site search [http://www.wrensoft.com/zoom/] but the result was not good. I just need a simple site search functionality that I can install on a share hosting. it should be able to serach through the whole site files

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Ashley Sheridan
Izo duwa wrote: >The site is not a cms site but static html site, I just want to add >search >option to it but needs an alternative to google site search >integration. i >cant not use solr because its runing on a share hosting. > >thanks > >On Mon, Dec 26, 2011 at 9:07 PM, Ashley Sheridan >wr

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Izo duwa
The site is not a cms site but static html site, I just want to add search option to it but needs an alternative to google site search integration. i cant not use solr because its runing on a share hosting. thanks On Mon, Dec 26, 2011 at 9:07 PM, Ashley Sheridan wrote: > > > HELP LINE wrote:

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Ashley Sheridan
HELP LINE wrote: >The site content is not using any database but hardcoded on template >html >and it's runing on a share hosting. But i need the option where user >should >be able to search the site content.. > >On Mon, Dec 26, 2011 at 2:33 PM, Benjamin Hawkes-Lewis < >bhawkesle...@googlemail.c

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread HELP LINE
The site content is not using any database but hardcoded on template html and it's runing on a share hosting. But i need the option where user should be able to search the site content.. On Mon, Dec 26, 2011 at 2:33 PM, Benjamin Hawkes-Lewis < bhawkesle...@googlemail.com> wrote: > On Mon, Dec 26,

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Benjamin Hawkes-Lewis
On Mon, Dec 26, 2011 at 1:17 PM, HELP LINE wrote: > Does any know of a better static search engine that i can integrate to my > static php html site. it should not be Google or yahoo bing. A search engine cannot itself be static, since it has to process variable user input. Though I guess you cou