How to make a string readable by php server? (ActionScript)

So, I know that my server in real form is sending %CE%EB%E5%E3+%DF%EA%F3%F8%EA%E8%ED

to

. How do I convert line breaks from

to %CE%EB%E5%E3+%DF%EA%F3%F8%EA%E8%ED

using ActionScript? (Its ok if the whitespace is like% 20 and not +, PHP should handle that tone.)

+2


a source to share


1 answer


you can code it using the escape () ActionScript method.



0


a source







All Articles