Home > Article > Backend Development > What is the suffix of php?
PHP (full name: PHP: Hypertext Preprocessor, that is, "PHP: Hypertext Preprocessor") is an open source general-purpose computer scripting language, especially suitable for network development and can be embedded in HTML.
#What is the suffix of php?
The php file suffix is .php, file extension and tag. In order for the server to identify our PHP files and scripts, the file we must save ends with ".php".
Recommended learning: PHP video tutorial
PHP’s syntax draws on the characteristics of popular computer languages such as C language, Java and Perl, making it easy for ordinary programmers to learn. The main goal of PHP is to allow web developers to quickly write dynamic pages, but PHP is also used in many other areas.
PHP has a wide range of applications, especially in the development of web programs. Generally speaking, PHP is mostly run on a web server, and the web pages browsed by users are generated by running PHP code.
PHP can run on most servers and operating systems, and using PHP is completely free. According to statistics from April 2013, PHP has been installed on more than 244 million websites and 2.1 million servers.
PHP has a dedicated official porting and compilation project on Windows, and provides different version support through multiple VC compiler versions and thread safety features.
The above is the detailed content of What is the suffix of php?. For more information, please follow other related articles on the PHP Chinese website!