If I am issuing an HTTP DELETE, how can I access the PHP body/variable? I know if you\'re issuing POST, you access it via $_POST[\'varname\'], but how do you access
I don't think you can access it in a globally available array, but you can determine the request typer, see here: Detecting request type in PHP (GET, POST, PUT or DELETE)