let's say that on some site there are some div elements, which content is generated by javascript. I want to code a PHP script, that will get that content and store it to some variable. I know how to parse text using PHP, I just don't know how to get to the javascript generated output (not JavaScript code!) and store it to PHP variable. Any ideas?
Originally asked by: roman on Stack Overflow


Answers