Archive for the ‘Tutorials’ Category

Simple PHP Tutorials - Lesson 4: For Loops

Wednesday, February 6th, 2008

Now that we know how to use an if statement, we’re going to learn how to use for loops.

(more…)

Simple PHP Tutorials - Lesson 3: If Statements

Tuesday, February 5th, 2008

Okay, we’re on to the third tutorial here. We’ve already discussed displaying text to the screen and what we can use variables for. In this lesson, we are going to learn about If Statements.

(more…)

Simple PHP Tutorials - Lesson 2: Variables

Monday, February 4th, 2008

Welcome to the second installment of Simple PHP Tutorials. Today we will be discussing variables. is a symbolic representation used to denote a quantity or expression.

(more…)

Simple PHP Tutorials - Lesson 1: What is PHP?

Friday, July 13th, 2007

I’ve decided that the only real knowledge that I have about anything is PHP. So, I’ve decided to make some tutorials that I will try and stay on top of. I’ve done much better with updating this blog then I ever have before, so I think this should go well. So, here is the first tutorial in hopefully a string of many.

(more…)