Suppose there are two scripts Requester.php and Provider.php, and Requester requires processing from Provider and makes an http request to it (Provider.php?data=\"data\"). In th
I'm going out on a limb here, but perhaps you should try cURL or use a socket to update the requester?