[Urgent]
Hi ,
I am trying to extract text from a website using file_get_contents('url'),no issues with that.
Thing is that I am not getting expected output of it..And the reason I see is that ,if the url is generally opened,first home page flashes and while the page is still loading another/final set of information is displayed. So,final information is only displayed once the page is finally loaded.While the file_get_contents() function returns initial text/content of the website...
What all can be done,such that file_get_contents('url') extracts data only and ONLY after page stops loading and is fully loaded. I think a function like onpageload etc does not exist in PHP,not sure.. Please guide me with tips/code snippets/links etc .. Any help will be greatly appreciated.
In short,I want the content of website,only after its fully loaded and want the file_get_contents('url') execute only after 'url' is fully loaded. Thanks
Thanks a lot.Please let me know,if any part of the problem statement remains unclear.Thanks again..
geny 0 Newbie Poster
Josh Connerty 20 Unverified User
geny 0 Newbie Poster
Baldy76 -11 Newbie Poster
Baldy76 -11 Newbie Poster
Atli 182 Posting Pro
Josh Connerty 20 Unverified User
Atli 182 Posting Pro
Josh Connerty 20 Unverified User
Atli 182 Posting Pro
geny 0 Newbie Poster
Baldy76 -11 Newbie Poster
Atli 182 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.