Home > Article > Backend Development > What is the difference between ado and php
The difference between ado and php: 1. ADO is a Microsoft technology and a programming interface for accessing data in a database, while PHP is a general open source scripting language; 2. ADO will be installed with Microsoft's IIS is automatically installed and used, while the PHP script is executed on the server, etc.
The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer
What is ADO?
ADO is a Microsoft technology
ADO refers to ActiveX Data Objects
ADO is a Microsoft Active-X component
ADO will be automatically installed with Microsoft IIS
ADO is a programming interface for accessing data in a database.
What is PHP?
PHP (full name: PHP: Hypertext Preprocessor, that is, "PHP: Hypertext Preprocessor") is a general open source scripting language.
PHP scripts are executed on the server.
PHP is free to download and use.
PHP (PHP: Hypertext Preprocessor) is a "hypertext preprocessor". It is a scripting language executed on the server side. It is especially suitable for Web development and can be embedded in HTML. PHP syntax learned the C language, absorbed the characteristics of multiple languages of Java and Perl to develop its own unique syntax, and continued to improve itself based on their strengths, such as Java's object-oriented programming. The main goal of the language was originally created to make Developers quickly write high-quality web sites. PHP supports both object-oriented and process-oriented development, and is very flexible in use.
After more than 20 years of development, with the rapid development and improvement of php-cli related components, PHP can already be applied in TCP/UDP services, high-performance Web, WebSocket services, Internet of Things, real-time communication, System development in non-Web fields such as games and microservices.
According to statistics released by W3Techs on December 6, 2019, PHP’s share of the programming language used on the WEB website server is as high as 78.9%. Among websites with content management systems, 58.7% use WordPress (CMS system developed by PHP), which accounts for 25.0% of all websites.
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of What is the difference between ado and php. For more information, please follow other related articles on the PHP Chinese website!