ultrasound0000 Posted March 4, 2009 Share Posted March 4, 2009 Hello everyone, I have a form and I need to post its values to two external sites. I know how to post to one site, but not sure if it's possible to post the form values to a second external site as well. Is there a PHP function/code or some way of accomplishing this? Quote Link to comment Share on other sites More sharing options...
Caesar Posted March 4, 2009 Share Posted March 4, 2009 I'm sure you can do this with cURL. Quote Link to comment Share on other sites More sharing options...
ultrasound0000 Posted March 4, 2009 Author Share Posted March 4, 2009 I'm sure you can do this with cURL. Thanks Caesar, any examples on how to do this? From what I can tell I first need to install the libcurl package. But first I wanna make sure this is possible so any examples from anyone would be greatly appreciated! Quote Link to comment Share on other sites More sharing options...
Psycho Posted March 4, 2009 Share Posted March 4, 2009 OR, HTTP POST from PHP, without cURL http://netevil.org/blog/2006/nov/http-post-from-php-without-curl Quote Link to comment Share on other sites More sharing options...
ultrasound0000 Posted March 4, 2009 Author Share Posted March 4, 2009 OR, HTTP POST from PHP, without cURL http://netevil.org/blog/2006/nov/http-post-from-php-without-curl mjdamato I looked at the code but honestly cannot make sense of it (new to PHP). But I'm guessing I can tweak this code to post to two different urls on submit? So this solution should work? Thanks ... Quote Link to comment Share on other sites More sharing options...
Psycho Posted March 5, 2009 Share Posted March 5, 2009 I didn't read through that page, but it appears to be a function that allows you to post data to a page through the code. So, you would just need create a page that accepts the POSTed data, then rePOST the data by using that function twice (once for each external page to post the data to) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.