Page 1 of 1

how two get whole html content with AJAX

Posted: Tue Dec 01, 2009 2:15 am
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???