|
|
|
| This tutorial explains how to send yourself an email when Google crawls your site. |
|
|
|
| Hits:
105 |
|
| Ratings:
3.00 |
|
 |
|
|
|
|
|    Date Added: Feb-05-2006 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
312 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jan-02-2006 |
|
|
|
|
|
| Ever wanted to see what type of meta tags a site has? With this program you can view any site you want! |
|
|
|
| Hits:
804 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jul-23-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
1081 |
|
| Ratings:
3.27 |
|
 |
|
|
|
|
|    Date Added: Jun-30-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
1090 |
|
| Ratings:
3.23 |
|
 |
|
|
|
|
|    Date Added: Jun-26-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
990 |
|
| Ratings:
2.00 |
|
 |
|
|
|
|
|    Date Added: Aug-13-2005 |
|
|
|
|
|
| At some point in your career you might get a task to build a search engine that runs on PHP. This article shows you how to quickly build an internal site search engine for your site using PHP and MySQL. |
|
|
|
| Hits:
1014 |
|
| Ratings:
4.00 |
|
 |
|
|
|
|
|    Date Added: Aug-17-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
805 |
|
| Ratings:
3.78 |
|
 |
|
|
|
|
|    Date Added: Jul-26-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
913 |
|
| Ratings:
2.50 |
|
 |
|
|
|
|
|    Date Added: Jun-06-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
990 |
|
| Ratings:
3.25 |
|
 |
|
|
|
|
|    Date Added: Jul-18-2005 |
|
|
|
|
|