<?php$priceids = $row_call_albums['priceids'];$arr = explode(" ", $priceids);foreach ($arr as $key => $value){ $key = $value * 2; echo $key;}?>