Recent content by JeryJ55

  1. J

    PHP to replace a blank character with underscore?

    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...
Back
Top