Re[2]: [PHP] Accessing a website from within a php script

2004-01-13 Thread Richard Davey
Hello Børge, Tuesday, January 13, 2004, 12:19:24 PM, you wrote: BS> thaks for clarifying that to me. The only problem now is that I get a BS> timeout in my script because fopen() failed to open the stream. You can increase the timeout limit of a script. If you cannot be sure the other web site

Re[2]: [PHP] Accessing a website from within a php script

2004-01-13 Thread Richard Davey
Hello Børge, Tuesday, January 13, 2004, 10:32:08 AM, you wrote: BS> Do you see something that it obviously wrong here? You need to loop through the data as it comes back from the fopen function. ' . "\n"; print 'test6.php'; $fp = fopen("http://www.boggle.no/message.txt";, "rb");