| 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
|
| Encode/Decode an ISO-8859-1 string to UTF-8 | | PHP can encode or decode any string easily. utf8_encode function encodes the string data to UTF-8, and returns the encoded version. In other hand utf8_decode converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1.
|