If www.any1.com has a lib\file1.php, can someone at
www.any2.com include the script and access the items
in the script? Is it safely protected, or would we need
to handle such protections ourselves?
I.e.,
<?php include("http://www.any1.com/lib/file1.php");
// misc code which checks the defined variables...
echo(pw);
?>
I don't have a system right at the moment to test this.
Thanks, Ralph.
www.any2.com include the script and access the items
in the script? Is it safely protected, or would we need
to handle such protections ourselves?
I.e.,
<?php include("http://www.any1.com/lib/file1.php");
// misc code which checks the defined variables...
echo(pw);
?>
I don't have a system right at the moment to test this.
Thanks, Ralph.
Comment