an absolute beginner here. I' trying to get an html page using the function:
Code: Select all
file_get_contents($requestURL)but file_get_contents is sending my flash file only a part of the result page; almost like 20 rows...
does anybody know why?
there is another way to get an html page (as a string) in php?
thanks a lot.
stv