PHP Basics – The Operators (Part 2)

Posted April 21st, 2009 in PHP, Programming by Aaron

In our first section, we talked about the multiple ways that you can use the equals sign to assign variables or compare them, based on value and type. In part 2 of this series, we are going to dive deeper into the comparison operators, and exactly how they function. There is a lot of basic programming concepts here, but where better to start than the basics.

Continue Reading »