
In this tutorial we’ll cover the bread and butter of any programming language, including our beloved PHP – the variable. So what is it? Think of it as a container which holds some specific value.
(more…)
Tag: tutorial
-
PHP variable – Learning PHP for absolute beginners
-
Learning PHP for absolute beginners – Your first PHP script
Welcome back, my young padavan 😉 Our series of tutorials Learning PHP for absolute beginners continues on, and in this one we’ll meet the PHP script (or code) for the first time. Don’t worry. I’ll make sure that it’s as pleasant as possible in these circumstances.
(more…) -
Learning PHP for absolute beginners – Introduction
Before we start learning PHP we should at least get a basic idea of what that is. So here it is:
PHP is a server-side scripting language originally created for building interactive and dynamic websites. The syntax of PHP is quite similar to C and Pascal.
Not much, heh? Well, I’m not a history teacher, so we’ll skip that stuff. You can read it yourself when you have a good catch on PHP. (more…)
