how two get whole html content with AJAX

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
daicai
Forum Newbie
Posts: 1
Joined: Tue Dec 01, 2009 2:11 am

how two get whole html content with AJAX

Post by daicai »

I use file_get_contents($url) to get the content of web page,
but if the page use ajax after the document is ready,
that will can not get the ajax output.
how to get them???
Post Reply