| | | |  | | | | | Showing 1 - 10 from 20 tutorials on Page 1. |  | |
| | | PHP search engine | | This tutorial will show you how to build a custom php based search engine for your website | | Added: 12 April 2007 - Visits: 286 | | | | | | | | 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 show you a relatively simple algorithm to get search result ranking and stop words. You will get the full s... | | Added: 22 March 2007 - Visits: 186 | | | | | | | | 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 regular expressions to match keywords, Connecting to the database, and Returning the results. | | Added: 22 March 2007 - Visits: 191 | | | | | | | | Simply and Powerful free and easy search script | | Remember the days when it took hours and hours possibly days even weeks just to find 1 simple PHP search script? These days are over! This tutorial will show you how to make your very own quick and easy PHP search script. | | Added: 21 March 2007 - Visits: 239 | | | | | | | | PHP/MySQL search engine script | | This script searches MySQL database fields specified by the owner and displays the results with keywords in bold. | | Added: 20 March 2007 - Visits: 227 | | | | | | | | Search with PHP | | This tutorial will walk you through the steps to make a simple search engine for your site. It includes a demo and source code for the script. | | Added: 20 March 2007 - Visits: 191 | | | | | | | | 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 build associative arrays with the name of the associative array being the meta name and value of the assoc... | | Added: 19 March 2007 - Visits: 168 | | | | | | | | 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 operations are bound together... | | Added: 18 March 2007 - Visits: 148 | | | | | | | | |