<?php $cvote = 5; $ovote = 2; $totalscore = "$cvote - $ovote"; echo $totalscore; ?>
$totalscore = $cvote. ' - '.$ovote;