Open Source licensing for PHP scripts
When you write a PHP script and want to distribute it, it must still fall under some legal terms. The GNU GPL is the best method to get your work out into the world, and of course as open source software. 57 Hits |
Comments |
Ratings (0)
Fork PHP!
Need to dump a script into the background so it can work while you do other things? This is called forking. Check this tutorial out to learn how to do this with PHP! 93 Hits |
Comments |
Ratings (0)