(from Full Article) Here are most types of PHP Operators: Assignment Operators, Arithmetic Operators, Comparison Operators, and String Operators. Assignment Operators We have already met this type. This is where we set a variable equal to something or make a variable equal to another variable. Arithmetic Operators English Operator Example Addition + 1+1 Subtraction – [...]
Tag Archives: php comparison operators
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 [...]