Hi..
Is it possible to read contents from a URL that were written by a javascript?
I usually read file contents with the
get_file_contents function, but the code i get is the same as the one you get in a browser when you select
view source - anything javascript (ajax) wrote on it does not exist. It makes sence of course, javascript could have written the extra data an hour after requesting the page, but in this case it's a script that is put on the scene and executed immediately, so I'm wondering if there is a way i could "wait for it" to finish the job and then read everything together?
I don't even want to get into the possible reasons why people would even use that on a page that doesn't even have ANY dynamic content!!
I just need the data....
