Hello [-^-!-%-, Thursday, December 4, 2003, 9:54:31 AM, you wrote:
> $_html = implode('',file('http://myaddress.com'));
Sorry, just noticed you're bringing it back via file which (should)
convert it to an array. In which case the bad argument would be the
lack of a delimeter (the first value). Try setting it to \n or
something?
--
Best regards,
Richard mailto:[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

