Re: [PHP] HTTP Request - First line

2001-02-17 Thread Bojan Gajic
Try with: $HTTP_SERVER_VARS['SERVER_PROTOCOL'] $HTTP_SERVER_VARS['REQUEST_METHOD'] $HTTP_SERVER_VARS['REQUEST_URI'] HTH, bojan Javier Gil wrote: > I want to obtain the first line of the header of the HTTP Request > (the request line). Is there a function to obtain this line. > Thanks > > --

[PHP] HTTP Request - First line

2001-02-17 Thread Javier Gil
I want to obtain the first line of the header of the HTTP Request (the request line). Is there a function to obtain this line. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th