Best Tutorials website
Latest tutorials

Advertisment

Creating a Search Application

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...


Views: 924 | Rating star | by Marry
PHP - Searching

A Simple Web Search Engine

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...


Views: 943 | Rating star | by Isac
PHP - Searching

Searching External or Internal Webpages

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...


Views: 944 | Rating star | by Jarry
PHP - Searching

Getting and Using Meta Tags for Search Criteria

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...


Views: 816 | Rating star | by Mathew
PHP - Searching

Searching a Directory of Files

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...


Views: 884 | Rating star | by Stephen
PHP - Searching

Building a fulltext search engine with PHP

Building a fulltext search engine with PHP

In this article I will show you how you can use the database library from eZ publish to build database independent fulltext search engine. I will...


Views: 837 | Rating star | by David
PHP - Searching

Using The Google Web APIs With PHP

Using The Google Web APIs With PHP

Teaching you about the google web api's functionality.


Views: 797 | Rating star | by Sean
PHP - Searching

Create a PHP Search Engine

Create a PHP Search Engine

This hands on PHP Programming tutorial provides you the knowledge necessary to design and develop a search engine for your website using PHP...


Views: 810 | Rating star | by Troy
PHP - Searching

Googlifying Search Results

Googlifying Search Results

The purpose of this article is to show how to build two functions that help make PHP search results from a database look more appealing to users.


Views: 819 | Rating star | by Slicer
PHP - Searching

PHP/MySQL search engine script

PHP/MySQL search engine script

This script searches MySQL database fields specified by the owner and displays the results with keywords in bold.


Views: 772 | Rating star | by Donald
PHP - Searching

Regular Expressions

Regular Expressions

Regular expressions enables to find and extract more complicated pieces of information in a strings and do this in a multiple-byte character set...


Views: 785 | Rating star | by Brad
PHP - Searching

Object Oriented Programming in PHP

Object Oriented Programming in PHP

One of the key features of object-oriented programming (OOP) is the ability to create new data types in which the data and the implementation of...


Views: 821 | Rating star | by Slicer
PHP - Searching

Searching and Browsing Module,

Searching and Browsing Module,

Learn cron Jobs, Templating, Searching and Browsing.


Views: 746 | Rating star | by Sean
PHP - Searching

PHP Site Search

PHP Site Search

In this tutorial I will teach you how using dreamweaver you can create a site search.


Views: 766 | Rating star | by Adam
PHP - Searching

Create a Whois Domain Search for Your Website

Create a Whois Domain Search for Your Website

Create a Whois Domain Search for Your Website using PHP and HTML.


Views: 729 | Rating star | by Isac
PHP - Searching

PHP Site Search

PHP Site Search

In this tutorial I will teach you how using dreamweaver you can create a site search with the option to select different categories.


Views: 734 | Rating star | by Donald
PHP - Searching