how we replace space with dash in php code example Example: php replace spaces with dash str_replace(' ', '-', $string);