alebu
Programmer
- Sep 7, 2002
- 46
Hi!
As you know, URL request accepts only latin chars and parameters has some chars limitations. When request must contain some special chars, such as '&', ' ', '=', and so on, then those chars are encoded with special codes.
So, I wonder, is there functions that will do such encoding and decoding for me? I think, they should be, but i didn't found them
As you know, URL request accepts only latin chars and parameters has some chars limitations. When request must contain some special chars, such as '&', ' ', '=', and so on, then those chars are encoded with special codes.
So, I wonder, is there functions that will do such encoding and decoding for me? I think, they should be, but i didn't found them