[FX.php List] Spaces in field names
    Joel Shapiro 
    jsfmp at earthlink.net
       
    Wed Oct 22 11:55:39 MDT 2008
    
    
  
actually, this would be $_GET['key'], or could be used with $_POST 
['abc'], or....   but you get the idea.
str_replace('_', ' ', $thing_with_underscores)
-Joel
On Oct 22, 2008, at 10:36 AM, Joel Shapiro wrote:
> I'm using str_replace() to replace the underscores in GET variables  
> with the spaces in the field names, such as:
> str_replace('_', ' ', $_GET['value'])
    
    
More information about the FX.php_List
mailing list