$hp_progress = round(100/($umob['hpmax']/$umob['hp'])); if($hp_progress > 100) {$hp_progress = 100;} echo"<div class='hp'> <div class='$health' style='width:".$hp_progress."%'></div> </div>";