This is a fairly simple question, yet I haven't been able to find a simple answer.
If I use curl on Server1 to access a PHP file on Server2, is the code in that file executed on Server2?
I have a script on a remote server that I need to be able to execute from my main server. The code should be executed on the remote server where the PHP file resides.