--- Hanuska Ivo <[EMAIL PROTECTED]> wrote:
> I need to know, if there is a possibility to read full contents of
> HTTP request. I know, the response can be sent by header() function.
> But can I get the request of the client for server?
In a way, yes, although most of this information is nicely pa
Hi,
Friday, October 24, 2003, 8:10:03 PM, you wrote:
HI> Hi everyone,
HI> I need to know, if there is a possibility to read full contents of HTTP
HI> request. I know, the response can be sent by header() function. But can I
HI> get the request of the client for server?
HI> Thank you,
HI> Ivo
H
Perhaps $_SERVER['REQUEST_URI'] in combination with $_SERVER['QUERY_STRING'] ?
Nathan
- Original Message -
From: Hanuska Ivo
To: [EMAIL PROTECTED]
Sent: Friday, October 24, 2003 6:10 AM
Subject: [PHP] HTTP request contents
Hi everyone,
I need to
Hi everyone,
I need to know, if there is a possibility to read full contents of HTTP request. I
know, the response can be sent by header() function. But can I get the request of the
client for server?
Thank you,
Ivo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
4 matches
Mail list logo