Categories
Tags → Php Regular Expressions

Using Regular Expressions with PHP

Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and t...
DETAILS

getIMDbInfo()

getIMDbInfo() is a PHP function I made to get movie data from IMDb.com. You dont need any modules to use it since it just use file_get_contents() and regular expressions to retrieve the data. It is easy to use. Usage instructions are incl...
DETAILS

Dutch PHP resource

Find on this site some snippets, functions and classes. The code here will show you common functionality in PHP and MySQL packed in easy to use code blocks, functions or classes. Find scripts for file upload, membership management, whois query, e-mai...
DETAILS

Attachment Mailer class

I wrote this class to integrate more functionality for classes like Access_user or DB_cart and other''s using PHP s mail function. But the class can be also used in every web application where the standard text mail is not enough and where attac...
DETAILS

PHP Censor

This is an advanced censor that takes a list of words you define and censors them. It uses regular expressions to censor the base words and many common workarounds, such as airstrike characters (*), spaces between the letters, replacing A''s wit...
DETAILS

meMail

meMail is a simple email form that lets visitors to your site send you an email. meMail comes in two flavors, in meMail4Frames the html code is written and formatted to be used in an I-frame, javascript sized window, or other sizable medium. With meM...
DETAILS

Data Mining Tools - Tutorial && PHP Functions

Data Mining Tutorial complete with Data Mining Tools (PHP Functions) to parse data and match based on regular expressions. Basic Data Mining Steps: Fetch the HMTL page(s) of Interest using the Snoopy PHP Class, Split the page HTML into a more managa...
DETAILS

lastRSS.php

lastRSS.php is a simple yet powerful PHP class to parse RSS 0.9x, 1.0, and 2.0. It uses quick regular expressions instead of an XML parser, and it returns an associative array with RSS fields as a result. It has a transparent caching system, and allo...
DETAILS

Introduction to PHP Regular Expressions (#1): General Mechanics

Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions (''regex'') over native functions because of one thing: power. In PHP the ''ereg_'' functions are what utilize ERE POSIX,...
DETAILS

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.
DETAILS

Page:
©2003-2008 jCay.com