$totalvotes=0; $myvotes = explode("|||",$polldatetime['votes']); foreach($myvotes as $v ) { $totalvotes = $totalvotes + $v; }