php script to echo a post

NictHaitrarse

New Member
Could someone help with a simple PHP script to echo the whole message received with an HTTPPOST.I am sending a string from an android app using HTTPPOST and would like to receive as a response the message received by the POST at the server.The script that I am using will only echo name value pairs \[code\]echo $_POST('data')\[/code\]works when I post form data, but have not figured out how to echo a string. Thanks
 
Back
Top