I have the following PHP
if($this->input->post('stock_unity_push')=='0'){
$stock_unity_push = 0;
} else {
$stock_unity_push = str_replace(".", "", str_replace("R$ ", "", $this->input->post('stock_unity_push')));
$stock_...
asked by
11.12.2018 / 20:22