When I compare the source code of a webpage in the browser with the source code I get from the code below,
$data = file_get_contents("http://www.someurl.com/loader.aspx");
it differs. The source code is not the same and I suspect that is caused because of some DOM manipulations.
Is it possible to get the HTML source code after the javascript and/or ajax manipulations programmaticly (with PHP)?