Categories
Tags → Php Search String

How to match and extract strings in PHP

Learn how search strings or replace single or multple matches using PHP functions. This tutorial explains the basic operations for dealing with string search and replacement using preg_match(), and preg_match_all() functions.
DETAILS

Keyword Extract

This is a great little php utility function is great for bloggers or for anyone looking to increase the keyword density on a site. The keyword extract function searches through a text string filtering out punctuation and common words to return a list...
DETAILS

MySearch

MySearch is a PHP class that handles all aspects of a typical search. Once instantiated, a call to find will return false if the find failed, or a CSS highlighted string on success. This search is designed for parsing data with HTML, so, anything ins...
DETAILS

GMap - Google Maps and Driving Directions

GMap provides a PHP wrapper around the Google Maps Javascript API. Its purpose is to allow a web developer to easily add Google Maps and driving directions to web pages using PHP. GMap eliminates the need for special header and body tags, making it...
DETAILS

PHP Trackback

A simple, portable PHP class with full TrackBack capabilites. Ping trackback URIs, receive trackbacks from other clients and seed pages for auto-discovery. The class also extract links from a given string and search these links for trackback URIs.
DETAILS
©2003-2008 jCay.com