Posted by NC on 12/04/05 00:19
nc wrote:
>
> If www.any1.com has a lib\file1.php, can someone at
> www.any2.com include the script
Yes.
> and access the items in the script?
No.
> include("http://www.any1.com/lib/file1.php");
This is equivalent to
readfile("http://www.any1.com/lib/file1.php");
in that only the script's output (but not its internal environment)
will be captured.
Cheers,
NC
Navigation:
[Reply to this message]
|