>I want to store my website login and password in an xml file.
>This xml file will be on the server.
>Where to put this xml file to be invisible for the exterior of the website ?

In short...

Anything accessed and consumed by the client ( a web browser ) will be
exposed to the client. When a user accesses a XML file, she is downloading
the file and parsing it.

This is whey a server side language, such as PHP, is used. With PHP, a
request is sent to the server and a response is sent back.  While the
request and response can be monitored, the script it self is not exposed.

Alan




Reply via email to