Posted by windandwaves on 09/26/05 03:43
Hi Folk
I was just wondering ...
I use the following a lot:
include_once("connectToDB.php");
include_once("some_functions.php");
include_once("HTML_snippets.php");
etc...
Can I do this:
include_once(http://www.someotherurl.com/HTML_snippets.php);
and if so, it is a security risk to have my include files in an unprotected
(www or public) directory????
What is the usual setup in terms of access priveleges?
TIA
- Nicolaas
[Back to original message]
|