remove spaces between 2 string php code example Example: remove empty spaces php $string = str_replace(' ', '', $string);