I'm trying to retrieve the source code of a page, but the problem is that some of the content loads through AJAX or similar.. this content doesn't appear in the normal source code fetched through PHP's file_get_contents.
Is there any way to get this? (On the server side, not via browser developer tools and such.)