/**

popular collection of scripts for all

*/
/** Search */

Searching

 }

A Simple Web Search Engine

Hits: 17
*****
0.0

Searching a Directory of Files

Hits: 14
*****
0.0
This article shows you how to
For your site search engine,
This tutorial shows you how
This tutorial explains how to
use PHP and a MySQL (or any
you may use the open source
to dynamically compile the
conduct keyword searches on
SQL database) to create your
C++ program, ht://dig to
list of files in a given
a given Webpage. It
own basic search engine.
index and search your html
directory. You can then
basically shows how to count
Covers creating SQL tables,
pages. But if you have very
conduct keyword searches on
and display the number of
Using regular expressions to
few html pages, and most of
the compiled list for
times a specific keyword
match keywords, Connecting
your "content"
finding matching files.
appears on the Webpage.
to the database, and
resides in BLOBs in your
 
 
Returning the results.
database, you can't do
 
 
 
anything useful using a like
 
 
 
%searchword% query, which
 
 
 
will result irrelevant. This
 
 
 
tutorial provides a solution
 
 
 
to this by using a technique
 
 
 
called 'Noise Reduction'.
 
 


Date: Jul, 10 2001


Date: Nov, 09 1999


Date: Jan, 13 2000


Date: Jan, 13 2000
This tutorial shows you how
This hands on PHP Programming
ht://dig will take care of
This tutorial explains how to
to add search capabilities
tutorial provides you the
indexing and searching your
send yourself an email when
to your site using PHP3 and
knowledge necessary to
html pages, but if you have
Google crawls your site.
ht://Dig. This tutorial will
design and develop a search
very few html pages, and
 
cover the following steps
engine for your website
must of your
 
needed to get these two
using PHP version 4.0 and
"content" resides
 
great Open Source
above.
in BLOBs in your database.
 
applications working
 
You can't do anything useful
 
together: Installing
 
using a like searchword
 
ht://Dig, Configuring
 
query, it just isn't coming
 
ht://Dig, Indexing the Site,
 
back relevant. Here, you
 
Building the Search Page,
 
will find a way to get
 
Performing the Search, and
 
around this problem.
 
Parsing and Displaying the
 
 
 
Results.
 
 
 


Date: Nov, 09 1999


Date: Dec, 24 2005


Date: Dec, 17 1999


Date: Jan, 04 2006
{ Copyright } ©2006 NuclearScripts.com