Run and Receive a Command in screen via PHP
问题 I'm making a Minecraft control panel, but are sort of confused on how to send a command to each screen. I understand how to execute a command to a screen, but I don't understand to read the output. Ex. I have screen A and screen B. I want to execute something in screen A, and get the output, and then exit the screen. 回答1: Here's an easier solution: Use Websend bukkit plugin (Download&info) in both servers. PHP can simply execute commands and receive outputs when plugin is installed and php