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