Re: [PHP] File - Success Warning Message

2003-12-04 Thread Richard Davey
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

Re: [PHP] File - Success Warning Message

2003-12-04 Thread Richard Davey
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). T

Re: [PHP] File - Success Warning Message

2003-12-04 Thread David Otton
On Thu, 4 Dec 2003 01:54:31 -0800 (PST), you wrote: >Warning: file("http://webmail.juicemarketing.net";) - Success in /me notes this is a pyramid scam site Don't know about the rest of you... but there are some people I'd prefer /not/ to do free consultancy for. -- PHP General Mailing List (ht