qteks200 Posted August 25, 2007 Share Posted August 25, 2007 It's my first post, and I hop I can get help here, Well I have two questions: 1) How to send a text from my website to my another webstie!? I have a two websites and I want to send a text data(larger than QeryString) to a PHP page on myanother websites, HOW can I do it?! 2) How can I send a file from my first webstie to my second website and save it there?! Please tell me, I should use which manual for solving problems? ??? Thanks All, r.Sharafi Quote Link to comment https://forums.phpfreaks.com/topic/66657-how-to-send-data-to-another-website/ Share on other sites More sharing options...
neylitalo Posted August 25, 2007 Share Posted August 25, 2007 I suppose I could tell you how to send data of your choosing to a page on a third-party website, which I suppose could be an attempt to insert malicious data. If you control the other website, you should have no problem with using it to send the data. Quote Link to comment https://forums.phpfreaks.com/topic/66657-how-to-send-data-to-another-website/#findComment-333946 Share on other sites More sharing options...
bilis_money Posted August 26, 2007 Share Posted August 26, 2007 xml or flat file good luck. Quote Link to comment https://forums.phpfreaks.com/topic/66657-how-to-send-data-to-another-website/#findComment-334383 Share on other sites More sharing options...
Lamez Posted August 26, 2007 Share Posted August 26, 2007 are you talking about sharing data? Such as the websites send files to each other by a script? If so look in to databases and such. Quote Link to comment https://forums.phpfreaks.com/topic/66657-how-to-send-data-to-another-website/#findComment-334419 Share on other sites More sharing options...
448191 Posted August 26, 2007 Share Posted August 26, 2007 There are more ways than I have fingers, but the simplest way would be to use file_get_contents. Quote Link to comment https://forums.phpfreaks.com/topic/66657-how-to-send-data-to-another-website/#findComment-334427 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.