- 1,251 categories
- 40,829 scripts
- This tutorial discusses creating an advanced fuzzy search engine using PHP and a database. The tutorial uses the example of a wiki application, but the concepts can easily be applied to other applications in different languages.
- Platforms
- Licenses
- Other Free / Open Source License
- In a series of tutorials here at Insane Visions, we have shown some of the basics of PHP and continue it with how to enable visitors to search your site, using PHP. We''ll take you step by step on a fairly simple search feature. From the actual ...
- Platforms
- Licenses
- Other Free / Open Source License
- In this tutorial I will teach you how using dreamweaver you can create a site search. From creating the database to the end with a functioning search form
- This tutorial will take you to the next step in PHP/Mysql database search and teach you what to and not to do when building an engine for your website. It''s created with the absolute beginner in mind.
- This hands on PHP Programming article provides the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above. Making a search engine for your website with PHP is really easy and provides substantial fu...
- A Tutorial on the basics of Full-Text search capabilities of MySql. This technique scale well in performance compared to using the good old LIKE clause.
- Building indexers/spiders that can read binary MS Word (.doc) documents can be difficult, expecially on *nix servers, which don''t support PHP''s COM abilities.
Solutions usually involve installing binaries on the server (often impossible...
- This hands on PHP Programming tutorial provides you the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above.
- In this tutorial, we are going to learn how to let users search your site, without building a search engine. This can be useful if your pages are all html, or you do not have the time to build your own website search engine.
- In this tutorial, we will discuss a method of searching web pages for keywords. We will provide methods for exact keyword matching and a type of fuzzy search. Also included in this tutorial is a overview of using databases in PHP and a heavy concentr...
Page: