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 Link to comment https://forums.phpfreaks.com/topic/6414-communication-between-two-php-scripts/ 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. Link to comment https://forums.phpfreaks.com/topic/6414-communication-between-two-php-scripts/#findComment-23253 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.