remove comma from number format in php code example Example: remove behind comma php $print=preg_replace('/^([^,]*).*$/', '$1', $print);