I think this is a dumb question but I could not find it on php. Why is a + with the = in the following code:
function calculateRanking() { $created = $th
Shortcut operator for $val = $val + $otherval.
This only works on numeric values