Hi

Story goes... I have a booking form, on a website, which needs to send a 'bundle' of data to another page in my booking system. But I dont want to redirect the user to the booking system page...

I got it right once on a paypal project, i think it used the fsockopen() etc, to send data to the clients database about the purchase...

please help!

thanks

lworks

Hi lifeworks,

Look into cURL (Client URL library). It allows you to connect to HTTP resources via a GET/POST request. It has tons of options that you can customize for each request, but it should definitely be able to do what you need it to do.

Hope that helps,

Chrelad

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.