Page 1 of 1

PHP and money ???

Posted: Tue Oct 01, 2002 2:22 pm
by Heavy
I build web-based applications using PHP, MySQL and Java.

I want to know if there are any restrictions in selling a web-based application that is coded with PHP as a software license?

If there is, in the way that Linux cannot be sold, may I charge customers for usage of my web-application?

Posted: Tue Oct 01, 2002 3:27 pm
by nielsene
In most circumstances you may license your PHP code, anyway you like, including practically any payment scheme.. You could also charge for providing the service off your own servers.

The places where you need to be careful of:
don't include the PHP/MySQL s/w as part of your package, ie make sure that you are selling/licensing your s/w as a module that runs on top of the required components, not as a complete bundle, unless you are only providing a service, not s/w

If you've used any code from code libraries make sure you've looked into the licenses/conditions of use that lifted code imposes.


So in short, the fact that PHP and MySQL are both licensed under various licenses does not restrict your ability to license your software.

Posted: Tue Oct 01, 2002 3:39 pm
by Heavy
:lol: :D :) 8)

Posted: Wed Oct 02, 2002 1:10 pm
by Coco
jsut found this that might help you...

http://www.php.net/license/3_0.txt

Posted: Wed Oct 02, 2002 1:16 pm
by volka
this applies to PHP itself not the scripts written for/in PHP