Hi Everybody,
I need help on how to capture data on a Apache Server (Linux) with PHP scripts. The requirement is :
A browser is sending data thru a POST request as "Line-based text data:" with MIME type as "application/x-www-form-urlencoded".
For example request sent by browser contains following data:
1000 Download Success\r\n
your id is :1kb@mycompany.com 1000 Success\r\n
10001 copy error \r\n
1002 error in download client \r\n
Above data is being sent to a php script hosted on a server. For example:
192.10.6.39/browsertest/html/test.p
...
Now, it is expected from the script on server i.e. "test.php" to capture 4 lines of data sent by the browser thru POST method (refer the data above).
Please help me by giving clues or sample line of code to achieve this.
Thanks in advance.
Mahesh Janardhan