Hi, I am pretty new to web development and I want to create a search system on my webpage, but I dont have any idea how to?
This search system must be able to search everything that is displayed on the webpage.
Please help me.
Hi, I am pretty new to web development and I want to create a search system on my webpage, but I dont have any idea how to?
This search system must be able to search everything that is displayed on the webpage.
Please help me.
You can try Zend_Search_Lucene. It's a port of the well-regarded Apache Lucene search system.
Use Google Site Search: http://www.google.com/sitesearch/
That's the easiest way. There are other ways (Lucene, Solr, etc) but for most applications -- especially if you're just starting out -- Google Site Search is more than enough.