[PHP] Slow in retriveing webpage

2002-05-04 Thread Joseph Then
Hi! I want to grab a webpage and I use the file() function to grab it. The URL in the file() function works OK when I typed it in my address bar. The speed is OK. $fcontents = file (http://www.website.com/cgi-bin/cgifunction/webpage.cgi;); However, when I use the above code and tried to run

RE: [PHP] Slow in retriveing webpage

2002-05-04 Thread Matt Friedman
the content almost instantly! Matt Friedman -Original Message- From: Joseph Then [mailto:[EMAIL PROTECTED]] Sent: Saturday May 4, 2002 10:03 AM To: [EMAIL PROTECTED] Subject: [PHP] Slow in retriveing webpage Hi! I want to grab a webpage and I use the file() function to grab it. The URL