Much like this site, my current project has reputation and in the script that I\'m working on I need to calculate the ratio between two users\' reputations.
Something like this?
if($defender->rep != 0){ $attacker->ratio = $defender->rep / $attacker->rep; }