DeezOrdr Posted April 11, 2006 Share Posted April 11, 2006 I don't think this is a newbie question, but I didn't know where to put it else.I need to make a script that will send POST data to other pages without using the form on that page. For example, I have 2 domains, each on different server, lets call them 'www.sentpost.com' & 'www.receivepost.com'. Now what I want is to POST data from www.sendpost.com to www.receivepost.com (similiar like when you type www.somesite.com/index.php?show=news in your browser (i need to do this but with using the POST, not GET)). Is that possible and how can I do it?I hope you understand the question and I apollogiese for my bad english. BTW, u r the best. Your tutorials helped me a lot. Quote Link to comment https://forums.phpfreaks.com/topic/7097-post-without-using-form/ Share on other sites More sharing options...
ToonMariner Posted April 11, 2006 Share Posted April 11, 2006 You couldpossibley write the header with the post info within but that would be hardcoded - no room for any dynamic content within (unless you used php to generate the header string of course) - otherwsie you would need to use a form. Quote Link to comment https://forums.phpfreaks.com/topic/7097-post-without-using-form/#findComment-25788 Share on other sites More sharing options...
kenrbnsn Posted April 11, 2006 Share Posted April 11, 2006 You could use the [a href=\"http://www.php.net/curl\" target=\"_blank\"]CURL[/a] functions.Ken Quote Link to comment https://forums.phpfreaks.com/topic/7097-post-without-using-form/#findComment-25839 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.