PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have two servers, one where my website is stored, and one where my shell scripts are stored.
How can a PHP page on my web server, exec a shell script on the other server? I can provide the username, password, and IP. All I need to do is exec a script. Both servers are Linux/UNIX by the way.