php连接数据库代码 您所在的位置:网站首页 php如何连接服务器数据库中的数据类型 php连接数据库代码

php连接数据库代码

2024-06-03 15:31| 来源: 网络整理| 查看: 265

php连接数据库代码

1)用PHP连接MySQL (1) Connecting with MySQL in PHP)

Here, we are using PDO (PHP Data Objects) to create a MySQL connection. We then check if there are any errors. If there are none, we print "connected Successfully" or else, we print "connection failed" followed by the error thrown by PDO.

在这里,我们使用PDO(PHP数据对象) 创建MySQL连接 。 然后,我们检查是否有任何错误。 如果不存在,则打印“连接成功” ,否则,打印“连接失败”,然后打印PDO引发的错误。

2)用PHP连接postgres (2) Connecting with postgres in PHP)

Here, we are using pg_connect() method to connect to a postgres database. We can choose to either define the database details in variables or inline directly.

在这里,我们使用pg_connect()方法 连接到postgres数据库 。 我们可以选择在变量中定义数据库详细信息,也可以直接内联。

3)用PHP连接SQLite数据库 (3) Connecting with SQLite database in PHP)

Here, we are creating a new Class (myDB) which extends to the SQLite3 extension. __construct function is used to create an array that holds the example.db SQLite database.

在这里,我们正在创建一个扩展到SQLite3扩展的新类( myDB )。 __construct函数用于创建一个保存example.db SQLite数据库的数组。

翻译自: https://www.includehelp.com/php/php-code-to-connect-various-databases.aspx

php连接数据库代码



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

      专题文章
        CopyRight 2018-2019 实验室设备网 版权所有