I ask because it doesnt seem to be working for me!
As an example
Code: Select all
put "http://www.myurl.com/test.irev" into tURL
put libUrlFormData ("key", tMyKey , "user", tUserName, "device", tDevice, "syncID", tSync) into tData
post tData to URL tURL
put it into tResult
Code: Select all
<h1>Test Post</h1>
<?rev
put "Post buffer contains: " & $_POST_RAW
?>
Andy