Advertisment
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: 990 | | by Marry
PHP - Searching
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: 1012 | | by Isac
PHP - Searching
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: 1018 | | by Jarry
PHP - Searching
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: 886 | | by Mathew
PHP - Searching
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: 953 | | by Stephen
PHP - Searching
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: 902 | | by David
PHP - Searching
Teaching you about the google web api's functionality.
Views: 869 | | by Sean
PHP - Searching
This hands on PHP Programming tutorial provides you the knowledge necessary to design and develop a search engine for your website using PHP...
Views: 883 | | by Troy
PHP - Searching
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: 891 | | by Slicer
PHP - Searching
This script searches MySQL database fields specified by the owner and displays the results with keywords in bold.
Views: 836 | | by Donald
PHP - Searching
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: 855 | | by Brad
PHP - Searching
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: 891 | | by Slicer
PHP - Searching
Learn cron Jobs, Templating, Searching and Browsing.
Views: 815 | | by Sean
PHP - Searching
In this tutorial I will teach you how using dreamweaver you can create a site search.
Views: 825 | | by Adam
PHP - Searching
Create a Whois Domain Search for Your Website using PHP and HTML.
Views: 800 | | by Isac
PHP - Searching
In this tutorial I will teach you how using dreamweaver you can create a site search with the option to select different categories.
Views: 794 | | by Donald
PHP - Searching