- 1,233 categories
- 40,346 scripts
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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...
- Categories
- Tags
- Platforms
- Licenses
- 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,...
- Categories
- Tags
- Platforms
- Licenses
- 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.
- Categories
- Tags
- Platforms
- Licenses
Page: