the relationship between mysql and php?

Users questions: Why Mysql and php is always linked to what is the relationship between them?
Experts answer:PHP is a server-side scripting language. You can be interpreted as "plug" through the "plug-in", your Web server receives browser can not simply issue a request A text of Web pages. PHP is installed, your Web server can read a new type of file (PHP script), through this document, the server can respond to the request of the browser to read from the database before the real-time information and add to the Web pages to go. From a A database to obtain information, you first need to have a database, then we have to mention the MySQL. MySQL is a sophisticated SQL database management system, although it is not open source products, but in some cases, you are free to use. Because of its powerful features, flexible Nature, rich application programming interface (API) and the sophisticated system architecture, the majority of free software enthusiasts and even the commercial software users of all ages, especially with the combination of Apache and PHP * PERL for the establishment of dynamic web-based database provides a powerful driving force.
  • This information provided by the users.Thanks!