$totalvotes=0; $myvotes = explode("|||",$votesstring); foreach($myvotes as $v ) { $totalvotes = $totalvotes + $v; }