Home > Article > Backend Development > what is php server
What is a php server?
Meaning: Generally refers to a server/computer equipped with the three softwares apache&php&mysql .
Function: One of the most basic structures for PHP website publishing.
Use: Enables PHP programs/websites to run.
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.
For more PHP knowledge, please visit 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!