Manuel Lemos - 2007-10-17 18:42:18 - In reply to message 11 from Santosh Nagarajan
That is because you are not sending well formed HTTP POST requests.
You may want to try this HTTP client class. It comes with examples on how to send HTTP POST request. You can watch the debug output to see how a well formed HTTP POST request should be sent:
Santosh Nagarajan - 2007-10-23 16:33:47 - In reply to message 12 from Manuel Lemos
Hi,
I could achieve this with two changes in the code and PHP.
I have corrected the encoding part in the code. And changed the php.ini settings for raw data with the value 'Y'.