URL related simple MySQL functions

Below you can find simple MySQL code snippets to extract various information from URLs stored in a database table.

PHP Class: fast find text (string) in files (recursively)

In this post I will present you a PHP class to find a specified text string in files. Files to scan can be grouped in directories and subdirectories because the class uses recursion.
You can set file types to include or exclude from search. For example you can skip all images files.

 
TopOfBlogs Web Development & Design Blogs