PHP: How to return information to a waiting script and continue processing

后端 未结 7 2154
暖寄归人
暖寄归人 2021-02-09 22:14

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

7条回答
  •  难免孤独
    2021-02-09 22:39

    I'm going out on a limb here, but perhaps you should try cURL or use a socket to update the requester?

提交回复
热议问题