The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Searching
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 17    Displaying: 1 - 17 Pages:  1   

   PHP Search   Hits: 457 

 
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 the results and several things you can do to make your search better.


Free   Version: 1.0   Platform(s): linux, windows, osx   Updated: Tue Feb 12 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Fuzzy Searching in PHP   Hits: 190 

 
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.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Mar 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Site Search   Hits: 985 

 
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


Free   Version: n/a   Platform(s): n/a   Updated: Sun Jul 22 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP/MySql search engine   Hits: 2718 

 
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.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Mar 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Make a search engine for your website with PHP   Hits: 2228 

 
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 functionality required by most of the small to medium websites.


Free   Version: n/a   Platform(s): linux, windows, freebsd   Updated: Sat Oct  7 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple method for indexing MS Word documents   Hits: 1435 

 
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 disallowed). This simple PHP snippet makes a pretty good job of extracting text from an MS Word document for use in a search index. While not pretending to be perfect, it has proved itself useful on thousands of test documents.


Free   Version: n/a   Platform(s): linux, windows, freebsd, sun   Updated: Sun Apr 30 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Create a PHP Search Engine   Hits: 4367 

 
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.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Dec 24 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Full-Text Search with MySql and PHP   Hits: 2057 

 
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.


Version: n/a   Platform(s): linux, windows, freebsd   Updated: Tue Jun 20 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating a Search Application   Hits: 6203 

 
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 concentration on classes.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Google site search   Hits: 2906 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Jan  5 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Create Next and Previous Pages for Search Results   Hits: 4996 

 
This code covers the steps required to create Next and Previous links and pages for Search Results limited by a certain number of results per page.


Version: n/a   Platform(s): n/a   Updated: Tue Aug 20 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   A Simple Web Search Engine   Hits: 12170 

 
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.


Version: n/a   Platform(s): n/a   Updated: Tue Jul 10 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Getting and Using Meta Tags for Search Criteria   Hits: 5172 

 
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 associative array being the contents of the meta tag. This tutorial shows how to fetch all the meta tags for a given page and print them to the browser. Then, it can be used to build a search engine that compares the contents of the meta variable to the search_criteria and displays the matching link.


Version: n/a   Platform(s): n/a   Updated: Thu Jan 13 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Searching a Directory of Files   Hits: 4521 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu Jan 13 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Searching External or Internal Webpages   Hits: 4016 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu Jan 13 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Slapping together a search engine   Hits: 2928 

 
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 relevant. Here, you will find a way to get around this problem.


Version: n/a   Platform(s): n/a   Updated: Fri Dec 17 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Search This!   Hits: 3582 

 
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, Indexing the Site, Building the Search Page, Performing the Search, and Parsing and Displaying the Results.


Version: n/a   Platform(s): n/a   Updated: Tue Nov  9 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 17    Displaying: 1 - 17 Pages:  1   

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog