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
You can flush the output buffer with the flush() command. Read the comments in the PHP manual for more info