0

If I am understanding correctly, it is possible not to give your code to the client by having your client connect to your web server and accesses (Only) the PHP source codes without the ability to see or edit them. I mean is just changing all of your links to the PHP files would resolve the problem or is the process way more complicated? I understand that API [which I do not know much about] would be the best solution, but how do I link these two servers together? and if it is possible to do so, can i do the same for my HTML/Javascript files?

4

1 回答 1

0

我会将我所有的源文件(包括 HTML/JS)打包成一个 .zip 文件,然后让您的客户端下载该文件,然后将其解压缩到他们自己的服务器上。

理想情况下,您希望使用 FTP,更快、更安全。

于 2012-07-13T09:14:58.683 回答