Archive for the ‘PHP’ Category

Beginner PHP Chapter 4 – Conditional Statements

In the previous chapters, we’ve covered variables, functions, and operators. We’ve also touched slightly on conditional statements. In this chapter, I’m going to cover the rest of conditional statements.

Posted On:
Details about the post
23rd July 10
Category:
Details about the post
Comments
Details about the post
None yet

Beginner PHP Chapter 3 – Operators

Operators are to PHP what grammar particles are to English. They connect the various important bits you have to become a fully functional code. In this chapter I’m going to guide you through the four types of operators, how they’re used, and some pitfalls that you should look out for.

Posted On:
Details about the post
3rd June 10
Category:
Details about the post
Comments
Details about the post
None yet

Beginner PHP Chapter 2 – Functions and Variables

In the previous chapter, you learned what PHP is and what you could be capable of achieving with it. In this chapter, I’m going to introduce you to two of PHP’s essential building blocks: functions and variables.

Posted On:
Details about the post
23rd May 10
Category:
Details about the post
Comments
Details about the post
None yet

Beginner PHP Chapter 1 – The Meet n’ Greet

Imagine this scenario. You’re a kick-ass designer, you make gorgeous website mocks in Photoshop, and you already know how to turn them into basic HTML websites. But you want to learn how to take your skills to the next level, by adding server-side functionality. Here’s one programming language that’s about to rock your world.

Posted On:
Details about the post
16th April 10
Category:
Details about the post
Comments
Details about the post
None yet