Hello [-^-!-%-,

Thursday, December 4, 2003, 9:54:31 AM, you wrote:

> $_html = implode('',file('http://myaddress.com'));

> Warning: Bad arguments to implode() in

> $_html is empty, even though the remote page exist and is working
> properly.

implode creates a string from an array. Your web page is not an array!
The "Bad arguments" warning is trying to tell you this. That is why
$_html is empty.

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to