Personally take PHP with other scripting languages, such as ASP, JSP, etc.
Advantages: 1. Compared to flexible, background database supports full .2. Open source code update and maintenance quickly, function can be continuously strengthened. 3. Combine with the Apache server, can be compiled as a module to apache, greatly improved It performs efficiency. 4. The language characteristics have both inherited the design concept of Linux and refer to Java's design ideas. Simple, modular design, strong (there are many function libraries to implement various functions, the same function can be implemented by several different functions), and the php4 is compiled into an intermediate code by execution engine, overcoming scripting interpretation Slowly shortcomings.
Disadvantages: 1. Because it is an open source, the version is updated, there is no unified management, and the code transplantation due to version upgrades is higher. 2. A common bug source in php is not detecting a variable that you created. PHP flexibility is a major feature, but it is also dangerous. 3. Lack of corresponding development, debugging tools.