Re: Does PHP have a way to pass form data to a remote script? [message #180680 is a reply to message #180679] |
Sat, 09 March 2013 20:28 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 3/9/2013 11:29 AM, padam wrote:
> Strobel is correct, cURL is likely the way to go. Typically, the ideal way to go about it would be to modify the page that the form posts to (e.g. <form method="post" action="XXX"> - where XXX is what you want to pay attention to). For example, at the top of that script, you'd add something to the effect of:
>
<snip code>
What a bunch of crap code. I'd be embarrassed to even admit that was my
code. But then that's the type of "quality" I expect from Google Groupies.
And it doesn't necessarily do what the OP wants - in fact, it probably
does not; the OP was very unclear about his requirements.
P.S. Please don't top post.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|