TEENFRONT Posted October 19, 2006 Share Posted October 19, 2006 HeyIm trying to set up a coreg system where a person signs up for my newsletter, plus other peoples newsletter if they choose to, by ticking a box.Im not wanting to send the user to the other newsletter pages, i would just want them to tick the box and it registeres there details, I have been told to send a POST over to a specific url so the user can register for the newsletters offsite, but how do i do this bhind the scenes?IE is it possible to POST info to another site, without making the browser goto that site? Link to comment https://forums.phpfreaks.com/topic/24454-silent-_post/ Share on other sites More sharing options...
HuggieBear Posted October 19, 2006 Share Posted October 19, 2006 Yes, it can be done using [url=http://uk.php.net/manual/en/ref.curl.php]CURL[/url]RegardsHuggie Link to comment https://forums.phpfreaks.com/topic/24454-silent-_post/#findComment-111366 Share on other sites More sharing options...
TEENFRONT Posted October 19, 2006 Author Share Posted October 19, 2006 thats looks a tad daunting, will an iframe do the trick? Link to comment https://forums.phpfreaks.com/topic/24454-silent-_post/#findComment-111370 Share on other sites More sharing options...
Orio Posted October 19, 2006 Share Posted October 19, 2006 I dont think so...Use cURL, it's very useful.Orio. Link to comment https://forums.phpfreaks.com/topic/24454-silent-_post/#findComment-111390 Share on other sites More sharing options...
TEENFRONT Posted October 20, 2006 Author Share Posted October 20, 2006 Any examples please?iv looked at this for over a day and dont seem to see the bits that i need, the manual isnt helping me too muchSo i simply, need to POST info to another URL aswell as my own page. Link to comment https://forums.phpfreaks.com/topic/24454-silent-_post/#findComment-111863 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.