Originally posted by: yoda291
well, first off, it occurs to me that this is the wrong forum...now that I have that off my chest...
can you fetch a larger non-dynamic page elsewhere? just to be sure that it is the dynamic output that's messing you up.
Also, what do you mean script generated? As in CGI/PHP scripting, or javascript? Also, if you're using php 4.3 +, you want file_get_contents() I think or file(). Also, check that you're not trying to fetch a page with an iframe...I think I recall that being problematic in some cases.