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
Encode the UTF-8 data in application/x-www-form-urlencoded. This will ensure that the server can read the data over the http connection