<?php $array = array('2,50', '10'); $postTotal = str_replace(',', '.', $array); var_dump($postTotal);
You have javascript disabled. You will not be able to edit any code.