Del.Icio.Us Digg Technorati Reddit Stumble Facebook

Tutorials: PHP

PHP: Time Function

Posted on 21 Feb 2008 20:04:34 by John Slater in PHP
In a small follow up to the date function tutorial we cover the time function which will allow you to output the current date and time's time-stamp.

PHP: Date Formatting

Posted on 20 Feb 2008 21:01:18 by John Slater in PHP
Learn how to format a time stamp or just format the current date into pretty words, its very easy to do and we look at how to do it in this very deep tutorial about the PHP date function.

PHP: IF Statements Part 1

Posted on 15 Feb 2008 14:36:58 by John Slater in PHP
This tutorial will teach you about IF statements in PHP and the usefulness of them, it's the first of my IF statement series and looks at the basic PHP IF statements. IF statements are questions that you ask in PHP and different things happen if the question is right or wrong.

PHP: Hello World

Posted on 14 Feb 2008 14:07:08 by John Slater in PHP
For the first PHP tutorial i thought why not start right at the beginning, do something that even a small child without hands could do. Over time we will add more exciting things to the tutorials, but for now all you get is Hello World!