2 variable decrease php code example
Example: fix adding one more plus in php in loop
$i++ : increment by one
$i+=2 : increment by two
$i+=3 : increment by three
$i++ : increment by one
$i+=2 : increment by two
$i+=3 : increment by three