HI,
I want to get the entire html code out of this webpage
https://my.illinois.edu/uPortal/render.userLayoutRootNode.target.u41998l1n6.uP?pltc_target=210253.u41998l1n6&pltc_type=RENDER&pltp_course=AAS&pltp_term=fall&pltp_classNumber=100&pltp_action=classView&pltp_year=2012#u41998l1n6
But the file_get_contents only give the top and bottom part out of the entire thing.
I tried simple html dom, but same problem occur.
Wonder what is the reason for this problem and how to fix it.