how to parse url? [message #174313] |
Thu, 02 June 2011 16:06 |
Jeff[1]
Messages: 2 Registered: June 2011
Karma: 0
|
Junior Member |
|
|
Hi
php5
I have a form I want to submit to an extern url (not a page on my site),
that page I submit to will show some status values on how the submit went.
Show details like status etc..
But I want the user to stay on the same page as the form, so they submit
must happend in the background.
Wonder how to do that, any help is most welcome
|
|
|
Re: how to parse url? [message #174314 is a reply to message #174313] |
Thu, 02 June 2011 17:57 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 6/2/2011 12:06 PM, Jeff wrote:
> Hi
>
> php5
>
> I have a form I want to submit to an extern url (not a page on my site),
> that page I submit to will show some status values on how the submit went.
> Show details like status etc..
>
> But I want the user to stay on the same page as the form, so they submit
> must happend in the background.
>
> Wonder how to do that, any help is most welcome
>
>
Check out the cURL functions.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|