- 1,251 categories
- 40,829 scripts
- 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.
- 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.
- 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.
- 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 a...
- 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 specific keyword appears on the Webpage.
- ht://dig will take care of indexing and searching your html pages, but if you have very few html pages, and must of your &"content&" resides in BLOBs in your database. You can''t do anything useful using a like searchword query...
- This tutorial shows you how to add search capabilities to your site using PHP3 and ht://Dig. This tutorial will cover the following steps needed to get these two great Open Source applications working together: Installing ht://Dig, Configuring ht://D...
Page: