Hi. I've got a site hosted with PHP and MySQL. I'd like to create a "Search" tool that would have all of my static pages indexed.
I don't know if this is possible, but I'd really some php tool that I can say "go index my pages" and then it will insert the stuff into a db table. Then I simply provide a "search" text field on my web page which would invoke the search query.
Does anyone know of a free php+mysql tool that would let me perform searches? Also, since I'm using a hosting service, I am not allow to install any software, so I would need a php driven program.
Thanks in advance for any suggestions.
-Ben