Tutorials: PHP
Posted on 21 Feb 2008 20:04:34 by John Slater in PHPIn 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.
Posted on 20 Feb 2008 21:01:18 by John Slater in PHPLearn 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.
Posted on 15 Feb 2008 14:36:58 by John Slater in PHPThis 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.
Posted on 14 Feb 2008 14:07:08 by John Slater in PHPFor 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!