Hi All,
I want to write 2 php file, each on different servers.
as example: i ll pass two values from php1@server1 to php2@server2, and php2 has to return addition of the number to the server1.
how to do that using http or any way by which i can do this?
Please help.