Robert,
Most of the Apache Variables are actually convient versions of the HTTP_SERVER_VARS environment variables. Thus Apache's $REQUEST_METHOD can be accessed via $HTTP_SERVER_VARS["REQUEST_METHOD"] on IIS (and Apache for that matter). Call phpinfo() and look in the PHP Variables section right at the bottom for all the environment variables PHP gives you access to. HTH,
Geoff A. Virgo