(from Full Article) Variables are important to PHP. A variable is a way of storing a value, such as text (“Hello”), numeric values (such as the integer value of 1) and also Boolean values (true and false). A variable can be re-used throughout your code instead of typing out the value over and over again. [...]
Tag Archives: php variables
Introduction to PHP, the basics. [Full Article]
Posted by Marc Fraser on October 6, 2009
2 comments
Introductions Article Scope This article aims to express the basics, which a beginner should consider when learning PHP. It will explain how to create a very basic PHP page that will contain fundamental commands to PHP beginners. For this article, I will be using XAMPP to execute my PHP code – this is free to [...]