php decrement by 1 code example Example 1: php increment variable by 1 $variable++; Example 2: php decrement variable by 1 $variable--;