PHP Day 3: Numbers and Operators

Today I got familiar with the way PHP uses numbers and operators — just a basic introduction, only three minutes long.

Links for PHP Day 3: Numbers and Operators

Integers and Floats in PHP:

Operators in PHP:

  • PHP Operators - A simple reference chart with examples.
  • PHP: Operators - The PHP manual’s chapter on operators, with tons of information. Warning: reading too much of this may give you a headache!
  • Order of Operations - If you need to refresh your memory, take a look at this page from Wikipedia.

I’m sure I’ll move on to some more advanced math in the future, but not until I need it.

Posted on February 2nd, 2007 | Leave a comment | Trackback URL

1 Comment

  1. John

    October 15th, 2007

    Thanks for the videos they are really helpful, Im just trying to learn PHP ASAP!

Share Your Thoughts