How to do HTTP POST in Utf-8 -> php script -> mysql

后端 未结 3 778
攒了一身酷
攒了一身酷 2021-01-07 08:30

I am using Delphi 7 and ICS components to communicate with php script and insert some data in mysql database...

How to post unicode data using http post ?

Af

3条回答
  •  既然无缘
    2021-01-07 09:03

    I would expect (without knowing for sure) that you'd have to output them as &#nnnnn entities (with the number in decimal rather than hex ... I think)

提交回复
热议问题