PHP: simple form encoding/decoding
        Posted  
        
            by Lennart
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lennart
        
        
        
        Published on 2010-04-03T11:49:20Z
        Indexed on 
            2010/04/03
            11:53 UTC
        
        
        Read the original article
        Hit count: 402
        
Hi guys,
Probably, this question has been asked before, though, I'll ask it again.
Currently, I'm facing a problem with form encoding. When posting my form, all spaces are replaced by the "+" character. I would like to replace this "+" character by a real space.
Does someone has a PHP solution for this?
Thanks in advance.
Cheers, Lennart
© Stack Overflow or respective owner