| Basic string encoding/decoding functions | | These are basic string encoding/decoding functions I developed for use in flat-file databases. They offer limited security to protect sensitive data from being viewed.
|
| Validate Email Address | | This is a very simple function that can be used to validate eMail addresses. The function verifies whether a given eMail address matches a regular expression that eMail addresses should conform and validate the eMail address host.
|
| Getting started with PHP Programming | | This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming. Please understand that this tutorial is part of a series, and may change somewhat in the future, as it is a work in progress. The author trusts that it will be valuable and informative in your learning experience
|
| Gd / FreeType text label generator | | Provided script could be used as "text rasterization service" to generate arbitrarily text-images for a web site. MD5-based authorization is used to avoid image generation by unauthorized users.
|
| TechCuBeTalk-Validating correct email id format using PHP | | This article shows how to use regular expression and PHP to validate correct email id format. Sample code snippet is attched
|