Introduction to how to enable pdo function in php

PHPz
Release: 2019-09-20 10:30:45
Original
1896 people have browsed it

;;;;;;;;;;;;;;;;;;;;;;;;; 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.

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template