Posted by Jerry Stuckle on 09/26/05 04:55
windandwaves wrote:
> Hi Folk
>
> I was just wondering ...
>
>
> 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
>
>
You can, but you will get the output from the code, not the code itself.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|