Home > Article > Backend Development > What is php server?
PHP, "Hypertext Preprocessor", is a general open source scripting language. PHP is a scripting language executed on the server side. It is similar to C language and is a commonly used website programming language. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It is conducive to learning and widely used. It is mainly suitable for the field of web development.
PHP is a server-side scripting language used to create dynamic web pages. You create pages via PHP and HTML. When a visitor opens a web page, the server will process the PHP instructions and then send the processing results to the visitor's browser, just like ASP or ColdFusion.
However, PHP is different from ASP or ColdFusion in that it is cross-platform and open source. PHP can be executed under Windows NT and many different Unix versions. It can also be compiled as an Apache module, or as a CGI binary.
So what is a php server?
php server generally refers to a server/computer equipped with three softwares: apache, php and mysql, which needs to be able to run PHP programs/websites.
Function: One of the most basic structures for PHP website publishing.
For more related knowledge, please pay attention to PHP Chinese website! !
The above is the detailed content of What is php server?. For more information, please follow other related articles on the PHP Chinese website!