Hi,
I have a PHP server, and a page that received some POST information (let's say some fields and a file in the _FILES array).
Now, let's say I want to post all that information to another server, can I do that?
Thanks.
Posting all POST information to another server
Moderator: General Moderators
-
manojsemwal1
- Forum Contributor
- Posts: 217
- Joined: Mon Jun 29, 2009 4:13 am
- Location: India
Re: Posting all POST information to another server
i think u can use hader function and through url u can pass the value to next server...
Re: Posting all POST information to another server
The thing is, I don't want the client to be redirected, I simply want to post the request myself from the server side...
Re: Posting all POST information to another server
Hello,
Cant you use streams to send this data to the server you wanted to without headers or redirects? I'm almost certain you can but streams arnt my strongest suit so we will have to see if a network programmer can confirm.
Thanks.
Cant you use streams to send this data to the server you wanted to without headers or redirects? I'm almost certain you can but streams arnt my strongest suit so we will have to see if a network programmer can confirm.
Thanks.