how to trim spaces and add dash in php code example Example: php replace spaces with dash str_replace(' ', '-', $string);