06.18.2009 How to Parse a CSV File Using PHP

How to Parse a CSV File Using PHP

In this tutorial you will learn a simple way to parse CSV files using PHP and output the text of the fields you need. This tutorial is not going to go into what you can do with the data once you get it from the CSV as the possibilities are endless. We will simply show you how to get the data into an array in PHP.

Posted in PHP Tutorials,Web Development Tutorials by John Ward
06.08.2009 Validating Email Address with PHP and AJAX

Validating Email Address with PHP and AJAX

This tutorial will walk you through checking for an e-mail to be valid as the user is filling out the form without having to reload the page.

Posted in AJAX,HTML Tutorials,JavaScriptTutorials,PHP Tutorials,Web Development Tutorials by Mike Maguire