Reputation: 63
Using PHP, how can I get the full HTML for a page after all Ajax requests have been executed on that page?
Basically, I would like to have the same HTML you see when you inspect an element in Google Chrome showing both the original HTML plus the extra markup added after the Ajax calls are done.
Upvotes: 0
Views: 139