usban
12-22-2003, 11:33 PM
I'm having problems with the fopen function while trying to open a remote url. The problem is that the function only gets part of the web.
It is a big page, but i can only get until the javascript.
The code i use is:
$url = fopen("http://www.url.com","r");
$content = fread($file,100000000);
fclose($url);
I use Windows Xp and Apache.
Thank you.
It is a big page, but i can only get until the javascript.
The code i use is:
$url = fopen("http://www.url.com","r");
$content = fread($file,100000000);
fclose($url);
I use Windows Xp and Apache.
Thank you.