"Webleycity" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> If one creates a file outside the web space on a server. How doe's one
> connect to this from a HTML or PHP page?
>
> As I understand it. It is not as simple as normal html link.

>From an HTML page, it's just a simple link
(the same goes for generated HTML from a
PHP page).

Calling external files from PHP code depends
first on the security settings and second on the
realization that it will slow things down dramatically;
unless it's absolutely necessary, keep files local.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to