Web Development Articles & Tutorials
PHP Part 3 — Functions & Includes
15/07/2004Part 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.
PHP Part 2 — Crash Course
06/07/2004Part 2 of the series, where we start programming in anger, and look at the building blocks of PHP that every coder needs to know.
PHP Part 1 — Getting To Know You
28/06/2004In 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.
Stylesheet Switcher (PHP / CSS)
16/05/2004A walkthrough of how to add font resizing features to your site with a dash of CSS and PHP.
Email Address Validation (PHP)
10/05/2004A 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.
Email Address Validation (ASP)
10/05/2004A 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.