|
Posted by Stephen Kay on 03/29/06 22:29
Maybe I don't understand how to use this yet, but I was using (example):
$html = implode('', file('http://www.mysite.com/transbar.html'));
echo $html;
This works.
But if I try it on a .php file:
$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?
Thanks,
--
Stephen Kay
Karma-Lab sk@karma-lab.NOSPAM.com
^^^^^^^
Navigation:
[Reply to this message]
|