I am not sure if I understand the question with clarity. What exactly
do you mean by a HTTP request script?
Since it involves a web server to run the PHP script, the HTTP request
and response will be the backbone of the whole transaction. But like I
mentioned earlier, I could be seeing the
On Sunday 05 December 2010,
Moses wrote:
> Hi Everyone,
Hello...
>
> I would like to know whether there is a http request PHP script. I
> would like to use in cases where a background script is running for
> sometime and outputs the results in PHP once the script has been
> executed.
You
On Tue, January 2, 2007 11:55 pm, Kencana wrote:
> I got problem in getting file content. the file is located at another
> server
> (tomcat) and it is a jsp file.
> i don't know why i keep getting the same error message file accessing
> that
> file but
> while i am trying to access to another file,
On 1/2/07, Kencana <[EMAIL PROTECTED]> wrote:
hi all,
I got problem in getting file content. the file is located at another server
(tomcat) and it is a jsp file.
i don't know why i keep getting the same error message file accessing that
file but
while i am trying to access to another file, from
hi all,
by the way, the page that i am trying to get, i can open the page without
any problem
in IE 7 browser.
Thanks
Regards,
Kencana
--
View this message in context:
http://www.nabble.com/http-request-problem-tf2911952.html#a8136297
Sent from the PHP - General mailing list archive at Nabbl
Slava Zinkovski wrote:
[snip...]
I run it with URL like this http://localhost/myApp/test.php?param=qqq:
I expect it to print 'param=qqq' string, though it does not! :(((
Here is the output:
Array ( [param] => qqq )
Notice: Undefined variable: param in d:\phptest\test.php on line 4
pa
--- 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 know, if there is a poss
what about $argv ?
-Original Message-
From: SpamSucks86 [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 25, 2002 11:40 AM
To: [EMAIL PROTECTED]
Subject: [PHP] HTTP Request Headers - PUHLEASE HELP!
I have an infinitely annoying problem. I coded a script which tracks who
viewed my profi
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
>
> --
11 matches
Mail list logo