PHP - Set GET/POST Encoding

#This example is convert UTF-8 Unicode to Thai Unicode

#GET
$input =iconv("UTF-8","TIS-620",$_REQUEST['input_text']);

Popular posts from this blog

SAP CPI - Loop Process Call with SuccessFactor (oData V2)

Setting IntelliJ IDEA to run Groovy Script

C# - BASE64 to Image