TheSputnik1987 Posted April 2, 2006 Share Posted April 2, 2006 I want two scripts to be able to send and receive commands and transfer data according to the commands sent by either of the two scripts on seperate servers.Thanks,TheSputnik Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted April 2, 2006 Share Posted April 2, 2006 [!--quoteo(post=360973:date=Apr 2 2006, 10:18 PM:name=TheSputnik)--][div class=\'quotetop\']QUOTE(TheSputnik @ Apr 2 2006, 10:18 PM) [snapback]360973[/snapback][/div][div class=\'quotemain\'][!--quotec--]I want two scripts to be able to send and receive commands and transfer data according to the commands sent by either of the two scripts on seperate servers.Thanks,TheSputnik[/quote]what have you got so far?you might get some good ideas on this by looking at stuff like fsockopen/fopen/$_GET, etc. $_GET would be the EASIEST way to pass info to another script, but fsockopen, etc, would be useful if you wanted to make a full, useful interface between the two scripts. 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.