I have a page in PHP that accesses an XMLRPC Server. However, sometimes it does not display the response from the server, and sometimes it does...but it ALWAYS ALWAYS reaches the server because I see the data pass on the other end. And the data is passed TWICE for some reason too!!
How can I make the page wait for a few seconds, then proceed? Is there a comman in PHP to make the page wait or a timer?
Thanks
Start Free Trial