Home

Submit

Source

Feeds

Home » PHP » Searching ::

PHP Searching
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. This article introduces every steps of the development, including both design and PHP programming.
Related Tutorials
PHP Searching
PHP/MySQL search engine script
PHP / Searching
This tutorial will show you how to create PHP/MySQL search engine with search keywords displayed in bold.

Site: www.bewebmaster.com Report - View Tutorial

PHP Searching
Building a fulltext search engine with PHP
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 show you a relatively simple algorithm to get search result ranking and stop words. You will get the full source code for a complete working program to get you started.

Site: www.zez.org Report - View Tutorial

PHP Navigation
Search Engine Friendly PHP Pages
PHP / Navigation
When writing scripts, it is extremely important to have to ability to transfer information from one script to another. A common method to do this is with the GET convention. Search engine Web spiders, however, tend to ignore pages whose URL contains GET method parameters.

Site: www.zend.com Report - View Tutorial

PHP Searching
A Simple Web Search Engine
PHP / Searching
I'll show you how to use a MySQL (or any SQL database) to create your own basic search engine.

Site: www.zend.com Report - View Tutorial

PHP General Development
Create Dynamic URLs With Mod_Rewrite and PHP Functions
PHP / General Development
How to use mod_rewrite for search engine friendly URLs, but have since found the uses lacking. For one thing, you can't pass variables well without adding more commands to mod_rewrite. So here you'll learn to add unlimited parameters to your links with only one simple PHP function.

Site: www.shadow-fox.net Report - View Tutorial

PHP News and RSS Feeds
Displaying an RSS Feed on Your Website Using PHP and MagpieRSS
PHP / News and RSS Feeds
These days everybody wants to have fresh content on their web site. Search engines like to see dynamic web pages, where the content is updated on a regular basis. Static pages that have information that doesn't change are not only boring, but less likely to be visited by a search engine spider than a page that changes every time it is displayed.

Site: www.chauy.com Report - View Tutorial

PHP CMS
Building Dynamic Pages With Search Engines in Mind
PHP / CMS
Almost any developer knows that search engine placement is critical to the success of a web site. What many people don't know is that a lot of search engines cannot index many database-driven pages (basically any page with a '?' or '&' in the URL).

Site: www.phpbuilder.com Report - View Tutorial

PHP Navigation
Switch navigation with mod_rewrite
PHP / Navigation
In this tutorial I will show you how to make PHP switch navigation with mod_rewrite work for your site, it will help your rankings in search engines by making your URLs search engine friendly, and it will make it easier for your users to understand where they are on your site by simply looking at the URL.

Site: marek.litomisky.com Report - View Tutorial

PHP Searching
PHP Search
PHP / Searching
Learn how to create a site search using php.

Site: www.pixeldigest.com Report - View Tutorial

PHP Navigation
Php alternative to mod_rewrite for SE friendly URLs
PHP / Navigation
Make search engine friendly urls using php instead of using mod_rewrite.

Site: www.tutorio.com Report - View Tutorial

PHP Navigation
Using mod_rewrite with Apache and PHP
PHP / Navigation
mod_rewrite is a popular Apache Module which gives a server administrator the ability to mask a web site's links. Though mod_rewrite has several abilities and can be used in several ways, the only way focused on by this tutorial is to create Search Engine Friendly links.

Site: www.biorust.com Report - View Tutorial

PHP Searching
Search with PHP
PHP / Searching
This is a simple tutorial that will explain how to install a simple search on your site. It will scan a database of your choice for the related keywords that you want to search on.

Site: www.anythingweb.org Report - View Tutorial

PHP Searching
Using PHP to search a MySQL database and return paged results
PHP / Searching
PHP, MySQL and a Web Server capable of parsing PHP pages, like Apache or IIS. This search script does not spider all your pages by crawling the links, so the content you want to be searchable must be within the database. Knowledge of PHP and MySQL is also necessary because this script is just the bones of a working solution.

Site: www.designplace.org Report - View Tutorial

PHP Navigation
Creating friendly URLs with mod_rewrite
PHP / Navigation
This programming tutorial will teach you how to build search engine friendly URLs in PHP, which contain keywords and use HTML extensions. We are going to use the htaccess file and mod_rewrite module running on an Apache server.

Site: www.geekpedia.com Report - View Tutorial

PHP Databases
mySQL Search Engine
PHP / Databases
This tutorial will teach you how to search a mySQL table. It goes along with several others that use the same news database such as Add a Row to mySQL, Deleting a Row, and Edit a Row In mySQL.

Site: www.spoono.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement