Home >Backend Development >PHP Tutorial >Introduction to how to enable pdo function in php

Introduction to how to enable pdo function in php

PHPz
PHPzOriginal
2016-07-25 08:58:161901browse

;;;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Copy the code

There is a bunch of content below: ;extension=php_mbstring.dll. Here is the configuration for PHP extension loading.

Add the PDO extension at the end:

Copy the code

If you see output like this in the browser: PDO PDO support enabled PDO drivers mysql, pgsql , sqlite, mssql, odbc, firebird. There are various driver instructions at the back, PDO_Firebird, pdo_mssql, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite. It means the installation is successful and you can use the pdo extension.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn