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
$time += $diff['hours'];
is the same as saying
$time = $time + $diff['hours'];