Re: Does PHP have a way to pass form data to a remote script? [message #180651 is a reply to message #180650] |
Fri, 08 March 2013 02:10 |
Peter H. Coffin
Messages: 245 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Thu, 7 Mar 2013 17:29:34 -0800 (PST), lichunshen84(at)gmail(dot)com wrote:
> Hi,
>
> I'm not a php programmer but my customer is using Word Press and
> WooCommerce (I assume php is used to do the process etc.) for their
> order processing). What we would like to do is to add a function to
> pass the order data / form data to a remote script so that the remote
> script can capture the form data as well, no need to get anything back
> to the caller (the current form processor).
>
> Is it doable with php?
Almost certainly yes. PHP support establishing network connections by
many means.
--
186,000 Miles per Second. It's not just a good idea. IT'S THE LAW.
|
|
|