Please suggest about get content
Posted: Tue Feb 25, 2003 8:59 pm
Hi all
If my php script receive data from another script via http( METHOD POST).
How can i get content?
Please suggest.
This below is another scipt posted to my script:
POST http://foo.bar.com/status.php HTTP/1.1
Host: foo.bar.com
Cookie: Name=abc; Domain=.foo.bar; Path=/app-dir; \
JSESSIONID=123; VERSION=1
Content-Length: 11
900 Success
The content means "900 Success"
Regard,
Abdun
If my php script receive data from another script via http( METHOD POST).
How can i get content?
Please suggest.
This below is another scipt posted to my script:
POST http://foo.bar.com/status.php HTTP/1.1
Host: foo.bar.com
Cookie: Name=abc; Domain=.foo.bar; Path=/app-dir; \
JSESSIONID=123; VERSION=1
Content-Length: 11
900 Success
The content means "900 Success"
Regard,
Abdun