August 1, 2010

PHP Email Validation

A PHP function that tests if an email is valid.

June 7, 2010

Send an email with php (HTML content supported)

Here is a php function with which you can send an email with normal text or in html format.

May 30, 2010

How to parse a XML file using PHP

Here is an example on how to get data from XML files using PHP.

August 5, 2009

AJAX form request using POST method

Here is a way you can call a server side script with AJAX, using POST method.