Home > Article > Backend Development > A little personal opinion: Advantages of PHP_PHP Tutorial
Several advantages of PHP (purely personal opinions)
1. Supports a wide range of databases, ranging from SYBASE, MSSQL, ORACLE to MYSQL.
Through ODBC, the support is even wider.
2. Good cross-platform capability, supporting WINNT, WIN98, LINUX, and UNIX. Supports APACHE, IIS and other WEB
SERVER.
3. Free software, fast upgrade. Unlike ASP which is upgraded every few hundred years.
4. Free. And APACHE, LINUX, MYSQL, etc. are all free.
5. Easy to get started.
6. The embodiment of wisdom. PHP inherits the UNIX style (such as SHELL, PERL) and has many functions. Studying
carefully a PHP program is a challenge.
In fact, not many people use PHP now, but because of the above points, more and more people will use it. I also hope that more and more people will learn and use it. Like me.