Jignesh Thummar wrote:
I have site of around 25 pages (pure HTML pages). I want to implement search
functionality? How can I? i want to avoid database. And Apache Lucene, i
dont't want to use it. Does any PHP framework provide search and indexing
functionality (Exception Zend_Lucene)?

Thanks,
Jignesh


Is your requirement for Users or as web designer's tool?

A few months ago I wrote a rather complete website search program that is great for techies, but not suitable for users. You are welcome to a copy if your need is technical.

It uses regex matches, with wild cards, for directories, files and text. 
Requires php 5+

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

Reply via email to