How to turn string into readable by php server way? (ActionScript)
        Posted  
        
            by Ole Jak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ole Jak
        
        
        
        Published on 2010-05-18T20:17:43Z
        Indexed on 
            2010/05/18
            20:20 UTC
        
        
        Read the original article
        Hit count: 283
        
So I know that my server on real form submit turns %CE%EB%E5%E3+%DF%EA%F3%F8%EA%E8%ED into ???? ??????? . How to peform string transfer from  ???? ??????? into  %CE%EB%E5%E3+%DF%EA%F3%F8%EA%E8%ED using ActionScript? (Its ok if a space character as %20, not + , PHP should handle that fine.)
© Stack Overflow or respective owner