I have a PHP script and all I need for my one script is to properly change a blank "" ...Yeah nothing, not a space - just blank, with an underscore. I have made my own preg_replace() functions and none work and it is to bad I could not use str_replace("", "_", $x). I am advanced with PHP...