Posted by joseph on September 11, 2009 ·
This is a short description on how to install a robust LAMP web service environment. Here we will not choose Apache, but Lighttpd instead.
Firstly, let’s make two directories, one for source code compiling, and the other one is the installation path.
Posted by joseph on September 11, 2009 ·
PHP is glue. It is the glue used to build cool web applications by sticking dozens of 3rd-party libraries together and making it all appear as one coherent entity through an intuitive and easy to learn language interface. The flexibility and power of PHP relies on the stability and robustness of the [...]