I don't retrieve full HTML page using file_get_contents
Posted: Sun Jul 06, 2008 7:58 pm
Hi People,
an absolute beginner here. I' trying to get an html page using the function:
I'm a flash programmer and I have to get Google Images by a certain query value, etc
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
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