Web Development Articles & Tutorials
15/07/2004
Part 3 builds on the knowledge you have gained from part 2, giving you the chance to use PHP to make your data capture more accurate, through using functions inherent in PHP, as well as writing some of your own.
We will also cover includes, where you put the contents of one file into another.
06/07/2004
Part 2 of the series, where we start programming in anger, and look at the building blocks of PHP that every coder needs to know.
28/06/2004
In this article, the first in the series to help you to learn PHP, we look at just what PHP and MySQL are, and get you set up to start programming.
16/05/2004
A walkthrough of how to add font resizing features to your site with a dash of CSS and PHP.
10/05/2004
A code snippet that uses regular expressions to validate email addresses entered by users on your site. Includes a discussion on the merits & drawbacks of this method.
10/05/2004
A code snippet that uses regular expressions to validate email addresses entered by users on your site. Includes a discussion on the merits & drawbacks of this method. Same as the PHP method, just different language.