On Jun 8, 2007, at 3:07 PM, dorkie dork from dorktown wrote: > it receives it as post. here is the result and a snippet from the > php code: > > Note that there is nothing in these requests.
I suggest printing $HTTP_RAW_POST_DATA I found when posting XML to php, if it's all XML, then the normal variables don't contain anything, but $HTTP_RAW_POST_DATA had it all. hth charles

