It is possible but not always a good idea.

First every time they go to the application it will have to load the
code off the Internet, that depends on your site being up and it will
introduce a lot of latency into your program.

Additionally a lot of people are not happy about applications phoning
home or automatically downloading code (some people flat out will not
run code that automatically downloads other code because they can not
guarantee the security of your web host which opens them up).

Rather than trying to hide the source code from them by putting it on
your server either encode it with Zend Encoder or another encoder or
preferably get an attorney and get a good license worked out that
legally binds them.

Jason
On Tue, 2003-02-18 at 13:21, merlin wrote:
> Hi there,
> 
> I am wondering if I could anyhow run php code on my machine and pull the
> html code to another domain?
> 
> Example:
> 
> I do have a webapp where I do not want to give away the code to customers
> They want to have the same webapp, with the same database, but with their
> front end design
> 
> 
> Is something like this possible? If yes, please give me a hint where to look
> for a solution.
> 
> Thanx in advance!
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to