Is there a way to load a page for a minute and then fetch content of a page.
I am using
new DOMDocument
method to fetch content from a page which is working fine. Problem is that i want to load a page for a minute because the page from which i am fetching data , shows result after 30 seconds and PHP DOMDocument fetch data before the whole page loads.
So is there a way