php replace space to underscore code example Example: php convert spaces to underscores $str = str_replace(' ', '_', $str);