louis_coetzee Posted July 15, 2009 Share Posted July 15, 2009 Hi guys, yesterday I asked a question about how to post to a url, I was told to look at cURL. Lets see what I wanna do: <form id="form1" name="form1" method="post" action="http://www.domain.co.za/post"> <input type="text" name="user" id="user" /> <input type="submit" value="Submit" /> </form> This happens say for instance on http://www.koos.co.za/ And on www.domain.co.za I want to request the user variable and actually get it. Is there a tutorial that I can follow, which can help me with this, since I am quite new to php. Quote Link to comment https://forums.phpfreaks.com/topic/166037-post-request-to-url/ Share on other sites More sharing options...
ignace Posted July 15, 2009 Share Posted July 15, 2009 So you want to post data to both koos.co.za as to domain.co.za? Quote Link to comment https://forums.phpfreaks.com/topic/166037-post-request-to-url/#findComment-875661 Share on other sites More sharing options...
louis_coetzee Posted July 15, 2009 Author Share Posted July 15, 2009 So you want to post data to both koos.co.za as to domain.co.za? I want to post data from koos.co.za to domain.co.za. Quote Link to comment https://forums.phpfreaks.com/topic/166037-post-request-to-url/#findComment-875705 Share on other sites More sharing options...
ignace Posted July 19, 2009 Share Posted July 19, 2009 So you want to post data to both koos.co.za as to domain.co.za? I want to post data from koos.co.za to domain.co.za. use cURL. Quote Link to comment https://forums.phpfreaks.com/topic/166037-post-request-to-url/#findComment-878234 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.