Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Slapping together a search engine
Search This
Making Clean URL's Tutorial
google-search
Getting and using meta tags for search criteria
Top Code
google-search
Getting and using meta tags for search criteria
Slapping together a search engine
Making Clean URL's Tutorial
Search This
PHP > Tips and Tutorials > Searching
Source List

Code 1-5 of 5   


This is a tutorial to make a search engine in php. If your search contents are mostly in BLOBs in your database and has noise words like, a, the, where, is etc, then those noisy words have to be taken out. The author has added a list of noisy...





This is a help article to develop a search facility for your site. All your web pages have to be stored in a database to make use of this program. The author employs the ht://Dig system which is a searching and indexing program for domain or a...



This is a simple article in which the author has explained the readers about how to rewrite your website URL's to be search engine friendly. The auhor at first briefs on the impact of short and clean URL's in search engines and then gives a...



google-search is a tutorial helpful for users to know how to search a site. Users need not to build search engine for searching a site. This works fine if your web pages are html based. To use this program your web pages have to be indexed on...



This is a tutorial where the author describes to create internal search engine using meta tags as this diary entiries would also fetch external search engines. get_meta_tags takes all meta tags and generate associative arrays with name which being...