PHP Operators: Assignment

The main assignment operator is ‘=’, which basically assigns a value on the right to a variable on the left. If you think this is the same as an equal sign in mathematics, don’t! Think of it as a ‘assigned to’ so whatever is on the right is assigned to the left.
Here’s a simple [...]

Posted on February 11, 2008 at 4:58 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , , ,

PHP Operators: Maths

There are various kinds of operators used in PHP, but we’re going to start with the most basic and commonly known operator – the Math operators.
What are operators? They are basically a special set of characters (or symbols, if you like) which tells PHP to perform a certain operation. For example, the ‘+’ (plus sign) [...]

Posted on January 31, 2008 at 5:32 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , , ,

Introducing PHP Variables

dsfsdf

Posted on January 18, 2008 at 4:06 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , , ,