How to pass UTF8 string into your PHP HTML API?
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-05-13T18:29:16Z
Indexed on
2010/05/13
18:34 UTC
Read the original article
Hit count: 231
so I have my php API (html Get api for Flash builder and C# apps). So if you want to submit data to it you use string like
http://localhost/cms/api.php?method=someMethod&string=Your_String
If there are english letters in it its ok. But what if I need to pass UTF-8 string like this Русское Имя
to my api what shall I do?
© Stack Overflow or respective owner