RE: [PHP] Request Headers

2002-04-11 Thread Johnson, Kirk

In the $HTTP_SERVER_VARS array there is an element named REQUEST_METHOD
which has this information. So use $HTTP_SERVER_VARS['REQUEST_METHOD'].

Kirk

> -Original Message-
> From: José León Serna [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 11, 2002 3:41 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Request Headers
> 
> 
> Hello:
>   I would like to know the http request sent to the server, 
> to determine if
> is a GET, POST, etc. What function/variable I have to use?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Request Headers

2002-04-11 Thread José León Serna

Hello:
  I would like to know the http request sent to the server, to determine if
is a GET, POST, etc. What function/variable I have to use?

Best Regards.

QaDRAM Studio, RAD Development for the WEB
http://studio.qadram.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php