Various PHP regular expression examples to help your application validate, compare, compute or decid. The regular expression, as a pattern, can match all kinds of text strings helping your application validate, compare, compute, decide etc. It can do...
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...
This function is usefull for peoples with a link directory where the links are stored inside a (MySQL) database. The PHP script is easy to use to find out if a reciprocal link still exists on the corresponding webpage. It takes care about the trailin...
PINP is a sandbox for PHP, allowing safe access to users. PINP is used in Ariadne, a Content Management System, as the template language.
PINP is an extensible subset of PHP. You can use any expression and control structure of PHP and most of th...
FastTemplate is an PHP extension for mamanging templates and performing variable interpolation. It parses with a single regular expression allowing for a fast execution. The API is robust and flexible, and allows you to build very complex HTML docume...