I have 2 different servers of mine.
I am using one server for managing all the data, and the system.
The other server is just for giving user points.
I need to to make a call in my first server on server side in php,
to the second server, and to get response from the server.
Example in PHP:
$response = getDataFromOtherServer("http://otherServer.com");
// manipulate response
you could do something like this