How do I distribute a PHP solution without giving away the s
Moderator: General Moderators
-
GregArtemides
- Forum Newbie
- Posts: 5
- Joined: Fri Jun 13, 2003 7:03 pm
How do I distribute a PHP solution without giving away the s
I am looking for a way to distribute a CMS system that I developed using PHP without giving away the source code. Is it possible to distribute a DLL or binary, like you would do with an application written in C for example? Or is there some other way I can do it. I know PHP is a scripting language, is it interpreted or compliled into code before it is used by the PHP engine? 