Searching

Results 1 - 15 of 15

Sort by:

Remove Common Words from Search String

Before sending the user given search string to MySql, its a good idea to remove common words used in it so that it may not disturb any relevant results you have in your DB. Their are far more professional approaches out there for this task but this...
(show more)

  • Price: Free
  • Views: 189

Fuzzy Searching in PHP

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.

  • Price: Free
  • Views: 930

PHP Search

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 form, to...
(show more)

  • Price: Free
  • Views: 1,988

PHP Site Search

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

(4.83 out of 5) from 6 Ratings

  • Price: Free
  • Views: 2,252

Make a search engine for your website with PHP

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...
(show more)

(3.67 out of 5) from 6 Ratings

  • Price: Free
  • Views: 3,101

Full-Text Search with MySql and PHP

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.

(3.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 3,199

Simple method for indexing MS Word documents

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 or...
(show more)

(4.22 out of 5) from 9 Ratings

  • Price: Free
  • Views: 2,034

Creating a Search Application

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...
(show more)

(4.00 out of 5) from 15 Ratings

  • Price: Free
  • Views: 6,672

Google site search

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.

(3.42 out of 5) from 12 Ratings

  • Price: Free
  • Views: 3,308

A Simple Web Search Engine

This article shows you how to use PHP and a MySQL (or any SQL database) to create your own basic search engine. Covers creating SQL tables, Using regular expressions to match keywords, Connecting to the database, and Returning the results.

(4.17 out of 5) from 6 Ratings

  • Price: Free
  • Views: 12,956

Getting and Using Meta Tags for Search Criteria

PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the meta name and value of the...
(show more)

(3.83 out of 5) from 6 Ratings

  • Price: Free
  • Views: 5,719

Searching External or Internal Webpages

This tutorial explains how to conduct keyword searches on a given Webpage. It basically shows how to count and display the number of times a specific keyword appears on the Webpage.

(3.00 out of 5) from 3 Ratings

  • Price: Free
  • Views: 4,276

Searching a Directory of Files

This tutorial shows you how to dynamically compile the list of files in a given directory. You can then conduct keyword searches on the compiled list for finding matching files.

  • Price: Free
  • Views: 4,837

Slapping together a search engine

ht://dig will take care of indexing and searching your html pages, but if you have very few html pages, and must of your "content" resides in BLOBs in your database. You can't do anything useful using a like searchword query, it just isn't coming back...
(show more)

  • Price: Free
  • Views: 3,168

Search This!

This tutorial shows you how to add search capabilities to your site using PHP3 and ht://Dig. This tutorial will cover the following steps needed to get these two great Open Source applications working together: Installing ht://Dig, Configuring ht://Dig,...
(show more)

  • Price: Free
  • Views: 3,816
<< previous
 ( ) 
next >>