You're thinking client side (like javascript), whereas we're talking server side (PHP, the source code of which is invisible to anyone except the server it's hosted from, unless you hack in). At no point should the clients computer directly contact the other server (hopefully).
Code:
Client==Website's Server
||
Second Server
(Client goes to website, website gets output from second server, website server sends info back to client).
Not
Code:
// Website's Server
client {{
\\ Second Server
(Client pulls info from both servers)
But yes, if you put it online, be prepared to see it copied, modified or otherwise stolen. I guess that's what we get for having so much freedom on the internet-- having no one monitor it has to have some disadvantages, right?
Bookmarks