Posted by Colin McKinnon on 03/30/06 00:00
Stephen Kay wrote:
>
>
> $html = implode('', file('http://www.mysite.com/transbar.php'));
>
>
>
> I get this error:
>
> Warning: file("http://www.mysite.com/transbar.php") - Success in
> /home/cust1/usr2345/html/setuptransbar.php on line 47
>
> Warning: Bad arguments to implode() in
> /home/cust1/usr2345/html/setuptransbar.php on line 47
>
>
> Can't you read in a php file this way?
>
Apparently not - I presume the script doesn't generate any output and you
really want the source?
C.
Navigation:
[Reply to this message]
|